I have a seq.fna file from a QIIME1 project and I want to work with it as input file for QIIME2 workflow. In the tutorial "Clustering sequences into OTUs using q2-vsearch"I found how to do it, but the example presented there works with 2 input files:
85_otus.qza
seqs.fna
My question is: I have the seqs.fna file from Qiime1, but I don’t realize where is the other file that looks like to 85_otus.qza. Where can I find it? Or which one data can I build it?
That file is just some reference sequences that have been imported into QIIME 2. You can download from Greengenes or Silva as linked from here and import as a FeatureData[Sequence] artifact.
Thank you very much for your advance. I could import as .qza artefact the 85_otus file from the rep_set_aligned folder from the gg_13_8_otus.tar.gz file, with:
I’m sure that seqs.fna file must be the file that I need to use, because is the file that was used in QIIME1 analysis that I want replicate.
What can I do?
Help?
Thanks a lot