descriptionFlexible Scala Library for hypothesis testing using phylogenetic models
homepage URLhttp://github.com/benb/modiphy
repository URLhttps://github.com/benb/modiphy.git
ownerbpb@lysozyme.net
last changeWed, 11 Aug 2010 16:17:45 +0000 (11 17:17 +0100)
last refreshSat, 4 May 2024 09:19:57 +0000 (4 11:19 +0200)
content tags
add:
README.markdown

Modiphy

Library for phylogenetic analysis using Scala.

Why?

Because I want to be able to rapidly develop evolutionary models and test them. Scala is fast (enough) to run, fast to develop, and has threadless parallelism with Actors.

Status

Currently this software is in the testing phase. Documentation is sparse.

Future

I want to include HMM-based models (i.e. tree-HMM or phylo-HMM type features). I would like to develop this into a full domain specific language. It hasn't had any optimisation yet.

License

Modiphy is licensed under the MIT/X license.

Building:

Dependencies:

You need Simple Build Tool Dependencies should be automatically handled by SBT. You also need Apache Ivy in the classpath for SBT:

sbt update # to pull in latest jars
sbt compile
shortlog
2010-08-11 Ben BlackburneClean up ReadTreemaster
2010-08-11 Ben BlackburneMerge branch 'newaln'
2010-08-11 Ben BlackburnePassing Unit Tests
2010-08-11 Ben BlackburneFix some warnings
2010-08-11 Ben BlackburneDon't assume we always want WAG
2010-08-09 Ben BlackburneDon't assume we always want WAG
2010-08-09 Ben BlackburneFixing up alignment code
2010-07-14 Ben BlackburneUpdate to 2.8.0 final!
2010-06-22 Ben BlackburneUpdate to RC6
2010-06-21 Ben BlackburneAdd eclipsify plugin
2010-06-21 Ben BlackburneTry and throttle computations on Param thread pool
2010-06-16 Ben BlackburneUpdate to scala 2.8.0.RC5
2010-06-15 Ben BlackburneMerge branch 'scala28c'
2010-06-15 Ben BlackburneFixes for 2.8
2010-06-01 Ben BlackburneVersion bump
2010-06-01 Ben BlackburneAdditional optimisation options
...
heads
13 years ago detype
13 years ago master
14 years ago newtree3a
14 years ago newtree3
14 years ago actor
14 years ago gh-pages