-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
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. |
Unit test added and all checks passed. Closing. |
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. |
…ase !=0 but first codon is a valid start codon)
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.
The text was updated successfully, but these errors were encountered: