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

mRNA without gene #369

Merged
merged 4 commits into from
May 21, 2024
Merged

mRNA without gene #369

merged 4 commits into from
May 21, 2024

Conversation

MatBarba
Copy link
Contributor

  • Add explicit support for mRNA (with exon and CDS) without a gene parent.
  • Also change the IDs in lone transcript cases: keep the ID on the transcript (and their children) and generate a new ID for the gene, namely the transcript ID + "_gene"
  • Also change the gene type to pseudogene if the CDS has a pseudo=true attribute
  • Update the tests accordingly

@MatBarba MatBarba self-assigned this May 21, 2024
Easier to keep the "main" ID as gene

Also remove the Parent attribs from the exon and CDS to avoid a bug
where they get both the old and new Parent ID at the same time
Copy link
Contributor

@JAlvarezJarreta JAlvarezJarreta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy if CI/CD is happy. Weird bugs are always weird, no matter when.

@MatBarba MatBarba merged commit ed55f35 into main May 21, 2024
1 check passed
@MatBarba MatBarba deleted the mbarba/lone_mrna branch May 21, 2024 14:33
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

Successfully merging this pull request may close these issues.

2 participants