mercier created page: home
@@ -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.
|
Reference in New Issue
Block a user