Plugin error from demux:
len() of unsized object
Debug info has been saved to /var/folders/xx/pghwmr2n773df2n3kq_fl_s00000gn/T/qiime2-q2cli-err-08dao5a2.log.
Could you please let me know how to solve the problem?
Thank you very much in advance for your help.
But, the resultant demux.qza is 18KB which is even smaller than previous qza file.
And If I use following flags for creating qzv file,
qiime demux summarize \
–i-data demux.qza
–o-visualization demux.qzv
it still gives same error messages saying
Plugin error from demux:
len() of unsized object
Debug info has been saved to /var/folders/xx/pghwmr2n773df2n3kq_fl_s00000gn/T/qiime2-q2cli-err-fp_krdda.log.
I also checked the validity of metadata using keemei and it said my metadata is fine.
For your information, I downloaded the sequencing data (i.e, barcode, forward and reverse sequence data) from our collaborator’s cloud and I changed file names to “barcodes.fastq.gz”, “forward,fastq.gz” and “reverse.fastq.gz” so that I can exactly follow atacama soil tutorial.
Please let me know if you have any idea to solve the problem.
Thank you very much for your help!
Never mind.
I solved the problem.
That was because my sample name has underscore which interrupt the demux.
I removed the underscore and retried it and it worked!