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?
• 6,243 views
•
link
2 answers
Hello,
using cat should be fine.
cat *.fasta > concatenated.fasta
fin swimmer
• 0 views
•
link
Log in to answer this question.