I am trying to import a custom taxonomy file. The sequences got in fine, but I am having trouble here. I am using qiime 2021.11 running with conda.
Here is the command I ran:
qiime tools import
--input-path Amphibian-skin_bacteria_metadata_simple.txt
--output-path antifungal-tax.qza
--source-format HeaderlessTSVTaxonomyFormat
--type 'FeatureData[Taxonomy]’
For some reason nothing happens, and no activities from conda appear on htop, even after an hour, while I get my sequences imported within seconds. I tried to find answers on other topics but it looks like no one had this problem? Any ideas?
Wow, that was easy. It was indeed a fail on my part.
It worked, thank you so much @colinbrislawn !
I also had to change grom --source-format to --input-format
That's really crazy because I basically copy pasted the command for the sequence file (changing just the arguments that were needed) and it worked fine...
In any case thank you so much!!!