Entering edit mode
5.1 years ago
praasu
▴
40
Hi,
I would like to split multiple fasta file into multiple files where name of each file should be header name without ">" symbol.
For example:
>contig1
ATACTCTAATTATTA
>contig2
ATACTCTAATTATTA
>contig3
ATACTCTAATTATTA
>contig4
ATACTCTAATTATTA
files should contig1 contig2 contig 3
Number of configs are approximately 20,000.
I found a couple of awk script but it doesn't seem to work. If you feel it is redundant query, I apologize.
Thank you