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

Incorporate Genome ID (tag) into gene IDs and other gene features #135

Open
jasonshiller opened this issue Feb 4, 2025 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@jasonshiller
Copy link
Collaborator

Description of feature

Currently genes in genepal outputs do not encode the genomeID associated with the annotations.

e.g gene1 (gene)
gene1.t1 (mRNA)
gene1.t1.cds1 (CDS),
gene1.t1.exon1(exon)

To enable easier downstream processing and less confusion I suggest adding a genomeID (tag from the assembly sheet) prefix to these entries.

e.g. CK51_09_hap1.gene1
CK51_09_hap1.gene1.t1
CK51_09_hap1.gene1.t1.cds1
CK51_09_hap1.gene1.t1.exon1

@jasonshiller jasonshiller added the enhancement New feature or request label Feb 4, 2025
@GallVp
Copy link
Member

GallVp commented Feb 4, 2025

Should we add a pipeline parameter which enables/disables this feature? --include_assembly_tag_as_id_prefix

@jasonshiller
Copy link
Collaborator Author

Yes, I think that might be useful for some people

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

No branches or pull requests

2 participants