mercier created page: home
@@ -1,17 +1,13 @@
|
||||
## 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
|
||||
|
||||
Compile:
|
||||
|
||||
cd sumaclust
|
||||
tar –zxvf sumaclust_v[x.x.xx].tar.gz
|
||||
cd sumaclust_v[x.x.xx]
|
||||
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.
|
Reference in New Issue
Block a user