mercier created page: home

Celine Mercier
2015-07-17 10:47:51 +02:00
parent 2dc09125ec
commit b5f80161b7

@@ -1,17 +1,13 @@
## Installing Sumaclust ## Installing Sumaclust
Download the archive on this page, then untar it, go into the newly created directory and compile:
Download the sources:
git clone --recursive https://git.metabarcoding.org/obitools/sumaclust.git tar zxvf sumaclust_v[x.x.xx].tar.gz
cd sumaclust_v[x.x.xx]
Compile:
cd sumaclust
make make
And run:
./sumaclust [options] input.fasta > output.fasta You can compile **sumaclust** with **clang**, which deactivates **OpenMP**, with:
See the pdf file included with the sources for a complete documentation. make CC=clang
See the user manual included in the archive for a complete documentation.