Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concensue bigGenePred column name incorrect #315

Open
diekhans opened this issue Mar 9, 2024 · 1 comment
Open

Concensue bigGenePred column name incorrect #315

diekhans opened this issue Mar 9, 2024 · 1 comment
Assignees

Comments

@diekhans
Copy link
Contributor

diekhans commented Mar 9, 2024

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
Copy link
Contributor Author

diekhans commented Mar 9, 2024

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"
  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants