-
CamlPaml.PhyloLik.node_posterior: avoid unnecessary computation of al…
…l betas when computing posterior distribution for the root. This commit approximately doubles the speed of PhyloCSF, since it was calling node_posterior on the root to compute the ancestral composition score.
-
Add simple fork-based parallelism for searching over frames/ORFs.
Depends on ForkWork (opam install forkwork). To use, compile PhyloCSF with ```make FORKWORK=1``` and run with ```-p <number of cores>```.
mlin committedApr 13, 2014
-
a few systematic/reproducible tests
mlin committedApr 13, 2014 -
rename PhyloCSFTest => testSim
mlin committedApr 13, 2014
-
tweaks to build against batteries 2.x
mlin committedMar 19, 2013
-
Tiny cleanup in PhyloCSFModel.ml.
To Do: There is no longer any warning when it can't find a good branch length parameter. It would be good to add something to diagnostics in llr_MaxLik to indicate this.
iljungr committedJan 19, 2012 -
Removed Out_of_range errors. Instead, use end of range as branch leng…
…th factor.
iljungr committedJan 19, 2012
-
add ancestral sequence composition score
Michael Lin committedDec 25, 2011
-
--orf FromLastStop and ToOrFromStop options
Michael Lin committedDec 24, 2011
-
still further regularization tweaks
Michael Lin committedFeb 4, 2011 -
further regularization adjustments
mlin committedFeb 4, 2011 -
mlin committed
Feb 4, 2011
-
Revert "eliminate regularization priors in omega test -- not really n…
…eeded on second thought" -- needed on third thought This reverts commit e7ae86e.
mlin committedJan 27, 2011 -
eliminate regularization priors in omega test -- not really needed on…
… second thought
mlin committedJan 27, 2011 -
omega test strategy optionally reads in assumed values of omega_H1 an…
…d sigma_H1 from parameter files
mlin committedJan 27, 2011 -
additional option parser cleanup, including hiding of dangerous --all…
…owRefGaps option
mlin committedJan 27, 2011 -
add ability to report diagnostic information from parameter estimatio…
…n procedures
mlin committedJan 27, 2011 -
add diagnostic info for omega test, and fix some typos
mlin committedJan 27, 2011 -
option to report score of all ORFs evaluated, not just the max
mlin committedJan 27, 2011 -
further progress on omega test
mlin committedJan 27, 2011
-
first rough implementation of omega (dN/dS) test
mlin committedJan 26, 2011
-
Merge branch 'master' of git@github.com:mlin/PhyloCSF
Michael Lin committedOct 25, 2010
-
--orf=ATGStop adjustment -- to find start-to-stop ORFs only (not if i…
…t goes off the end of the alignment)
mlin committedOct 18, 2010
-
Merge branch 'master' of git@github.com:mlin/PhyloCSF
Michael Lin committedOct 16, 2010 -
branch length score (BLS) reporting
mlin committedOct 16, 2010
-
bugfix to --orf=ToFirstStop mode
Michael Lin committedSep 30, 2010
-
detect whether parameter_set argument is a relative/absolute path
Michael Lin committedSep 16, 2010 -
make executable find the parameters directory based on the PHYLOCSF_B…
…ASE env var
Michael Lin committedSep 16, 2010 -
fix assertion failure with untranslatable sequences; add --orf=ToFirs…
…tStop
Michael Lin committedSep 16, 2010