diff --git a/home.markdown b/home.markdown index d8c4773..0449f2b 100644 --- a/home.markdown +++ b/home.markdown @@ -1,17 +1,13 @@ ## Installing Sumaclust - -Download the sources: +Download the archive on this page, then untar it, go into the newly created directory and compile: - git clone --recursive https://git.metabarcoding.org/obitools/sumaclust.git - -Compile: - - cd sumaclust + tar –zxvf sumaclust_v[x.x.xx].tar.gz + cd sumaclust_v[x.x.xx] 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. \ No newline at end of file + make CC=clang + +See the user manual included in the archive for a complete documentation. \ No newline at end of file