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

Closed
iljungr opened this Issue May 5, 2012 · 1 comment

Comments

Projects
None yet
2 participants
Collaborator

iljungr commented May 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:

dmel
aaaatgccctttgggtagcccaaaatgccctttggttagaaaatgccctttgggtagcccaaaatgccctttgggtag
dsim
aaaatgcctttcggatagcccaaaatgcctttcggatagaaaatgcctttcggatagcccaaaatgcctttcggatag

@mlin mlin added a commit that referenced this issue May 5, 2012

@mlin mlin fix --allScores (issues #7 and #8) 2ab5975
Owner

mlin commented May 5, 2012

Thanks, this and #8 were due to a lazy data structure that should have been eager. It arose only when using --allScores.

@mlin mlin closed this May 5, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment