I’m fairly certain everything is installed and working properly but could be wrong. I removed my original 2017.10 environment, cleaned conda’s cache, and updated conda before re-running my entire set of code and still encountering into the same issue. Any suggestions?
Hey @mpbaideme, would it be possible to rerun the deblur plugin call using --verbose? And if possible, would it be feasible to share the demux-filtered.qza artifact with me?
I added the '--verbose' into my deblur plugin call line and re-ran. I got different feedback within qiime, however, still ended up with a deblur plugin error (log file attached).
My demux-filtered.qza file is 125+ MB. Is there a preferred method for sharing since I can't attach it?
Thanks @mpbaideme! It looks like the sequences are not of a common length. Would it be possible to try setting, say, --p-trim-length 150? Deblur requires the reads are the same length; reads below the trim length will be omitted and reads longer than the trim length will be truncated.