Update Sumaclust

Celine Mercier
2019-03-28 15:03:14 +01:00
parent 4b8520b329
commit f2e8ca3d9b

@ -6,7 +6,7 @@ Currently, **Sumaclust** is available as a program that you can download and ins
### Latest Updates
**Version 1.0.32:** Compilation with the libsuma library (see https://git.metabarcoding.org/obitools/sumalibs).
**Version 1.0.34:** Compilation with the libsuma library (see https://git.metabarcoding.org/obitools/sumalibs).
**Version 1.0.31:** Fixed a memory bug with similarity thresholds of 100%.
@ -20,7 +20,8 @@ Download the archive on this page, then untar it, go into the newly created dire
tar zxvf sumaclust_v[x.x.xx].tar.gz
cd sumaclust_v[x.x.xx]
make
make -C sumalibs install
make install
You can compile **Sumaclust** with **clang**, which deactivates **OpenMP**, with:
@ -34,6 +35,6 @@ See the user manual downloadable from this page and included in the archive for
## Download
[sumaclust_v1.0.32.tar.gz](/uploads/bcce13caba6d2ecf8c3f0dcf57421f0a/sumaclust_v1.0.32.tar.gz)
[sumaclust_v1.0.34.tar.gz](/uploads/c6577f046014f6720da072a4d6217a65/sumaclust_v1.0.34.tar.gz)
[sumaclust_user_manual.pdf](/uploads/d6fdfa2bea0e6bf8edcd232d773ebb24/sumaclust_user_manual.pdf)