MaSuRCA has new home on github at https://github.com/alekseyzimin/masurca. MaSuRCA combines jellyfish, QuORUM, and other modules into one repository. The individual modules are submodules in the repository. The master branch of the masurca repository tracks the latest working commits. To checkout and compile MaSuRCA do the following:
git clone https://github.com/alekseyzimin/masurca
git submodule init
git submodule update
make
MaSuRCA will compile under build/inst/bin/
To create a distribution, run make install. This will create MaSuRCA-3.2.4.tar.gz distributable tarball.
EDIT: to compile MaSuRCA from development tree, you will need the following dependencies:
swig and yaggo (http://www.swig.org/ and https://github.com/gmarcais/yaggo). Both must be available on the path.
Please post all questions and bug reports under "issues" in github: https://github.com/alekseyzimin/masurca/issues
No comments:
Post a Comment