Entering edit mode
2.6 years ago
Paula
▴
60
Hi All!
I need to delete the blank spaces between words in the headers from my fasta file.
Example
Input:
> Proteobacteria;_1 # 52 # 312 # 1 # ID=1_1;partial=01;start
Output:
>Proteobacteria;_1#52#312#1# ID=1_1;partial=01;start
Thanks a lot!
You can use SEDA (https://www.sing-group.org/seda/). The "Rename header / Replace word" operation (https://www.sing-group.org/seda/manual/operations.html#replace-word) allows to do this.