Commits on Jan 18, 2015
Commits on Apr 15, 2014
  1. 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.
    committed Apr 15, 2014
Commits on Apr 14, 2014
  1. 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>```.
    committed Apr 13, 2014
  2. Travis CI

    committed Apr 14, 2014
Commits on Apr 13, 2014
  1. a few systematic/reproducible tests

    committed Apr 13, 2014
  2. rename PhyloCSFTest => testSim

    committed Apr 13, 2014
Commits on Mar 19, 2013
Commits on Dec 25, 2012
  1. fixup whitespace

    committed Dec 25, 2012
  2. Change over to gsl-ocaml

    committed Dec 25, 2012
Commits on May 5, 2012
  1. fix --allScores (issues #7 and #8)

    committed May 5, 2012
Commits on Jan 19, 2012
  1. 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 committed Jan 19, 2012
Commits on Dec 25, 2011
  1. add ancestral sequence composition score

    Michael Lin committed Dec 25, 2011
Commits on Dec 24, 2011
  1. --orf FromLastStop and ToOrFromStop options

    Michael Lin committed Dec 24, 2011
Commits on Feb 4, 2011
  1. still further regularization tweaks

    Michael Lin committed Feb 4, 2011
  2. adjust regularization again

    committed Feb 4, 2011
Commits on Jan 27, 2011
  1. Revert "eliminate regularization priors in omega test -- not really n…

    …eeded on second thought" -- needed on third thought
    
    This reverts commit e7ae86e.
    committed Jan 27, 2011
  2. omega test strategy optionally reads in assumed values of omega_H1 an…

    …d sigma_H1 from parameter files
    committed Jan 27, 2011
  3. Merge branch 'OmegaTest'

    Conflicts:
    	src/PhyloCSF.ml
    committed Jan 27, 2011
  4. further progress on omega test

    committed Jan 27, 2011
Commits on Jan 26, 2011
Commits on Oct 25, 2010
  1. Merge branch 'master' of git@github.com:mlin/PhyloCSF

    Michael Lin committed Oct 25, 2010
Commits on Oct 18, 2010
  1. --orf=ATGStop adjustment -- to find start-to-stop ORFs only (not if i…

    …t goes off the end of the alignment)
    committed Oct 18, 2010
Commits on Oct 16, 2010
  1. Merge branch 'master' of git@github.com:mlin/PhyloCSF

    Michael Lin committed Oct 16, 2010
  2. branch length score (BLS) reporting

    committed Oct 16, 2010
Commits on Sep 30, 2010
  1. bugfix to --orf=ToFirstStop mode

    Michael Lin committed Sep 30, 2010
Commits on Sep 16, 2010
  1. make executable find the parameters directory based on the PHYLOCSF_B…

    …ASE env var
    Michael Lin committed Sep 16, 2010
  2. fix assertion failure with untranslatable sequences; add --orf=ToFirs…

    …tStop
    Michael Lin committed Sep 16, 2010