Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Some ORFs are missing when --allScores option is used #7
Comments
mlin
added a commit
that referenced
this issue
May 5, 2012
|
|
mlin |
2ab5975
|
|
Thanks, this and #8 were due to a lazy data structure that should have been eager. It arose only when using --allScores. |
mlin
closed this
May 5, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iljungr commentedMay 5, 2012
Run with these arguments:
12flies -f3 --allScores --orf=ATGStop --minCodons=1 Bug.fa --species=dmel,dsim
Result:
Bug.fa orf_score(decibans) 14.5636 3 14
Bug.fa max_score(decibans) 20.6305 24 35
There are no orf_score's for the orfs at 24-35, 42-53, 63-74 (though one of them shows up in max_score). When PhyloCSF is run on these ORFs individually it is able to compute a score.
Here is Bug.fa: