FastaParser icon indicating copy to clipboard operation
FastaParser copied to clipboard

[Feature] Identify FASTA id's

Open Kronopt opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? FastaSequence.id should provide more information on the id. Most FASTA id's are standard and should, therefore, be easy to parse.

Sources: https://en.wikipedia.org/wiki/FASTA_format#NCBI_identifiers https://ncbi.github.io/cxx-toolkit/pages/ch_demo#ch_demo.id1_fetch.html_ref_fasta

Describe the solution you'd like Implement a new class FastaId which should describe a certain FASTA id. Instances of FastaId should be returned when calling FastaSequence.id

Kronopt avatar Feb 08 '20 19:02 Kronopt