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: tar zxvf sumaclust_v[x.x.xx].tar.gz
cd sumaclust_v[x.x.xx]
git clone --recursive https://git.metabarcoding.org/obitools/sumaclust.git
Compile:
cd sumaclust
make make
And run: You can compile **sumaclust** with **clang**, which deactivates **OpenMP**, with:
./sumaclust [options] input.fasta > output.fasta make CC=clang
See the pdf file included with the sources for a complete documentation. See the user manual included in the archive for a complete documentation.