genomeannotation / GAG

Generates an NCBI .tbl file of annotations on a genome.
MIT License
64 stars 20 forks source link

More descriptive .fasta headers #150

Closed bruab closed 7 years ago

bruab commented 9 years ago

genome.mrna.fasta and genome.proteins.fasta have only the mRNA ID in the header; would be nice to write the Name there as well

fbremer commented 7 years ago

@smg283 Need to know how this should be formated.

here is the current situation: mrna_to_fasta: ">" + mrna.identifier mrna_to_cds_fasta: ">" + mrna.identifier + " CDS" mrna_to_protein_fasta ">" + mrna.identifier + " protein"

I need to know where the name should be relative to the identifier.