This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Merging FASTA files

I have some FASTA files with a lot of sequences inside each one, but I need to have just one file with all of these senteces inside it!

How can I merge this files without losing FASTA formatting?

fasta sequences

2 answers

Hello,

using cat should be fine.

cat *.fasta > concatenated.fasta

fin swimmer

seqkit is very nice to handle fasta files...

seqkit

Log in to answer this question.