Hello,
Assume you have a Fasta file from Genbank with one or more entries. Each header shows the accession number first, and the description second.
Say I want to annotate/extract/store a sub sequence of one or more entries and not lose the association with the main sequence. Is there a standard way of doing this?
My first intuition is to create a fasta file that has headers as:
>{Accession} {Description} {subsequence description}
Is there a better way?
Thanks!