I want to change the format of the fasta file.
>Name
AAAAAAAAAAAAAAAAAAAAAAAAA
>Fasta
BBBBBBBBBBBBBBBBBBBBBBBBBB
·
·
·
Fasta files are in a state with no line breaks except for> lines.
I would like to do this as tab delimited.
#Name AAAAAAAAAAAAAAAAAAAAAAAAA
#Fasta BBBBBBBBBBBBBBBBBBBBBBBBB
#·
#·
#·
What kind of commands and scripts are there? Could you please tell me?
This sounds like an XY problem. Can you explain what you are trying to accomplish?