Hi @Chandallin,
Welcome to the forum!
Your metadata file looks ok to me. Could you share with us the actual .tsv file you are uploading instead of the google spreadsheet version? I'm wondering if somehow the formatting has broken in the conversion.
Hi @Chandallin - can you please rerun the command with the --verbose flag and paste the complete error log? Also, any chance you can share seqs.qza? You can send me a link to download it in a private message if you want to share that way. Thanks!
Here's the error log:
When running QIIME2, do not have any other modules loaded as other modules might conflict with QIIME2. You can do the following commands to ensure nothing else is loaded
module purge
module load QIIME2/2019.4
Traceback (most recent call last):
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/q2cli/commands.py", line 311, in call
results = action(**arguments)
File "</home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/decorator.py:decorator-gen-429>", line 2, in emp_single
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 231, in bound_callable
output_types, provenance)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 393, in callable_executor
spec.qiime_type, output_view, spec.view_type, prov)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/sdk/result.py", line 265, in _from_view
result = transformation(view)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/core/transform.py", line 70, in transformation
new_view = transformer(view)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/core/transform.py", line 220, in wrapped
file_view = transformer(view)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/q2_demux/_transformer.py", line 123, in _8
Metadata(data).save(str(ff))
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/metadata/metadata.py", line 362, in init
super().init(dataframe.index)
File "/home/apps/software/QIIME2/2019.4/lib/python3.6/site-packages/qiime2/metadata/metadata.py", line 93, in init
"%s must contain at least one ID." % self.class.name)
ValueError: Metadata must contain at least one ID.
Hmm, this step ran to completion on my end, successfully.
When you ran this check above, was that done in the same QIIME 2 "module" as in this step? I ask because it looks like maybe you have more than one QIIME 2 2019.4 environment on hand. One of them has q2-demux 2019.4.1, and the other maybe has 2019.4.0. Can we sort this out before we move forward? Basically, if any of your deployments of QIIME 2 2019.4 have q2-demux 2019.4.0, the environment needs to be updated. Thanks!
I ran this on my own laptop. And the demultiplexing step can be completed without errors on my laptop.
This is from the high-performance computing system of the university. And the errors came up when using the system. So maybe I should ask the university to update the environment?