Entering edit mode
4.6 years ago
divya.mishra.jnu
•
0
I want to add a new sequence in place of the old sequence in the big fasta file?
I want to add a new sequence in place of the old sequence in the big fasta file?
Divide up the fasta using a script (there are various splitfasta style scripts out there in the world) then use the linux tool cat
to concatenate the individual chromosomes including your new one back together.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.