Is it possible to generate seqs.fna file using qiime 2 ?

Hello,

I write to you wondering to know if it's possible to generate seqs.fna output using qiime 2. If yes, could you send to me the command ?

Thanks

Hi,

I am not sure what you need based on your question, bu I guess you may want to export your representative sequences? If so, you can use the qiime export tool. For example:

qiime tools export
--input-path rep-seqs.qza
--output-path rep-seqs

In the output directory rep-seqs, you will find a file named dna-sequences.fasta. You can rename it to dna-sequences.fna.

5 Likes

Hi @yanxianl

Thanks for your help. This is the information that i need.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.