You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And got the following error: " (1/1) Invalid value for '--i-reference-reads': ref-seqs.qza is not a QIIME archive."
I tried viewing the object using qiime tools peek ref-seqs.qza and got a similar error:
"raise ValueError("%s is not a QIIME archive." % filepath)
ValueError: ref-seqs.qza is not a QIIME archive."
Interestingly, when I downloaded the file in my browser and tried viewing it on the QIIME2 website it was able to interpret it ("DNASequencesDirectoryFormat" format file of type "FeatureData[Sequence]"). Do you have any idea what might be going wrong or if there is something wrong with the file? Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I downloaded ref-seqs.qza using the following command:
Then I tried running it as part of the command:
And got the following error: " (1/1) Invalid value for '--i-reference-reads': ref-seqs.qza is not a QIIME archive."
I tried viewing the object using
qiime tools peek ref-seqs.qza
and got a similar error:"raise ValueError("%s is not a QIIME archive." % filepath)
ValueError: ref-seqs.qza is not a QIIME archive."
Interestingly, when I downloaded the file in my browser and tried viewing it on the QIIME2 website it was able to interpret it ("DNASequencesDirectoryFormat" format file of type "FeatureData[Sequence]"). Do you have any idea what might be going wrong or if there is something wrong with the file? Thanks!
The text was updated successfully, but these errors were encountered: