ComparativeGenomicsToolkit / Comparative-Annotation-Toolkit

Apache License 2.0
170 stars 48 forks source link

Concensue bigGenePred column name incorrect #315

Open diekhans opened 8 months ago

diekhans commented 8 months ago

The consensus bigGenePred puts the gene id in a column named geneName; this should be denied. The gene name is in the generic name2 column.

I haven't looks how this is stored in the GFF3

diekhans commented 8 months ago

Other names are maddeningly inconsistent like:

  string txId; "Transcript ID"
    string type;        "Transcript type"
    string geneName;    "Gene ID"
    string geneType;    "Gene type"
    string sourceGene;    "Source gene ID"
    string sourceTranscript;    "Source transcript ID"
    string alignmentId;  "Alignment ID"