This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Merge .ffn files into one .fasta file

Hello,

I want to merge a set of .ffn files into one single fasta file. Thanks

fasta ffn

There are 5321 ffn files all in a folder, can I just drag the folder in so it looks like so:

$ cat [drag in folder] > newfile.fasta

Thanks!

1 answer

You can cat them together and redirect to a new filename.

There are 5321 ffn files all in a folder, can I just drag the folder in so it looks like so: $ cat [drag in folder] > newfile.fasta

Thanks!

Log in to answer this question.