Merging FASTA files
1
0
Entering edit mode
6.9 years ago
l.souza ▴ 80

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 • 5.3k views
ADD COMMENT
3
Entering edit mode
6.9 years ago

Hello,

using cat should be fine.

cat *.fasta > concatenated.fasta

fin swimmer

ADD COMMENT

Login before adding your answer.

Traffic: 2996 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6