Entering edit mode
8.3 years ago
EVR
▴
610
Hi,
I have fasta file like follows:
>A1
aatggggta
>A1
atttggta
>A1
actcaagt
>B1
agctaaa
> B1
ttaagc
>C1
aattatggc
I would like concatenate, the sequences with with identical headers like follows
>A1
aatggggtaatttggtaactcaagt
>B1
agctaaattaagc
>C1
aattatggc
Is there any tool which I can make use to achieve the above output. Kindly guide me.
Out of curiosity... why would you want to do that?