I’m trying to import some data into qiime2 using this command:
qiime tools import --type ‘FeatureData[Taxonomy]’ --input-path Seed-ITS_taxa.csv --output-path taxonomy.qza
but I get this error:
There was a problem importing Seed-ITS_taxa.csv:
Seed-ITS_taxa.csv is not a(n) TSVTaxonomyFormat file
the data I’m importing are comma separated values which obviously is not the right format. Is there an example of a correctly formatted input file?
Hi @Michael_Thon,
This should be a tab-delimited format. For most file types, you can just check out how these are being imported in the QIIME 2 tutorials, and/or export QZAs in those tutorials to see what’s inside. Here’s an example for taxonomy TSV format files:
https://docs.qiime2.org/2019.1/tutorials/feature-classifier/#obtaining-and-importing-reference-data-sets
Good luck!
1 Like
system
(system)
closed
#3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.