We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Should we add a pipeline parameter which enables/disables this feature? --include_assembly_tag_as_id_prefix
--include_assembly_tag_as_id_prefix
Sorry, something went wrong.
Yes, I think that might be useful for some people
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: