Quikr Wiki
Method for rapid reconstruction (phylotyping) of bacterial communities
Brought to you by:
dkoslicki
To use Quikr there are several prerequisites.
We also have a Quikr implementation in Matlab so that you can easily integrate
Quikr into your custom programs and scripts.
Our Quikr code is available on our sourceforge download page:
http://sourceforge.net/projects/quikr/
Our development GIT repository is available here:
http://rosalind.ece.drexel.edu/git/quikr/
To install quikr, download our project and in the folder run:
make sudo make install
This will install the quikr, quikr_train and multifasta_to_otu utilities.
To install the python scripts and module systemwide, run
make python sudo make install_python