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

[BUG] Mikado prepare forgets the phases of the CDS of input transcripts #133

Closed
lucventurini opened this issue Oct 10, 2018 · 3 comments
Closed
Assignees
Labels
Projects
Milestone

Comments

@lucventurini
Copy link
Collaborator

When a coding transcript with a truncated ORF at the 3', ie with a non-0 starting phase, passes through Mikado prepare, the program sets that phase to 0 arbitrarily. This should be repaired before the release is finalised.

@lucventurini lucventurini added this to the 1.3 milestone Oct 10, 2018
@lucventurini lucventurini changed the title [BUG] Mikado prepare forgets the [BUG] Mikado prepare forgets the phases of the CDS of input transcripts Oct 10, 2018
@lucventurini
Copy link
Collaborator Author

The problem stems from the fact that - stupidly - I am not storing the CDS phases in the load_into_storage function (Mikado.prepare.annotation_parser). This is the section that has to be fixed for mikado prepare to function properly.

@lucventurini
Copy link
Collaborator Author

Unit test added and all checks passed. Closing.

@lucventurini lucventurini reopened this Oct 12, 2018
lucventurini pushed a commit that referenced this issue Oct 12, 2018
lucventurini pushed a commit that referenced this issue Oct 12, 2018
lucventurini pushed a commit that referenced this issue Oct 12, 2018
@lucventurini
Copy link
Collaborator Author

Solved the corner cases that were causing sparse failures. Closing for now, although we might want to give the option to adjust the start for CDSs (comparatively with what we do with TransDecoder) in the future.

@lucventurini lucventurini added this to Closed in Version 2 Oct 15, 2020
lucventurini added a commit to lucventurini/mikado that referenced this issue Feb 11, 2021
lucventurini added a commit to lucventurini/mikado that referenced this issue Feb 11, 2021
lucventurini pushed a commit to lucventurini/mikado that referenced this issue Feb 11, 2021
lucventurini pushed a commit to lucventurini/mikado that referenced this issue Feb 11, 2021
lucventurini pushed a commit to lucventurini/mikado that referenced this issue Feb 11, 2021
…ase !=0 but first codon is a valid start codon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants