5 Commits

Author SHA1 Message Date
coissac 777dfde26f Actualiser .gitmodules 2025-06-12 15:13:12 +00:00
Celine Mercier 8ca0c731ac moved sumalib to v1.0.36 2020-04-13 14:04:18 +02:00
Celine Mercier 361ecb23f5 version 1.0.35: edited sumalibs includes to work with some compilers 2020-04-01 15:15:15 +02:00
Celine Mercier b85cdcfac1 forgotten pdf doc 2019-03-28 14:54:55 +01:00
Celine Mercier 2f0e2705ec updated documentation for the new installation 2019-03-28 14:45:48 +01:00
6 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "sumalibs"]
path = sumalibs
url = https://git.metabarcoding.org/obitools/sumalibs.git
url = https://forge.metabarcoding.org/obitools/sumalibs.git
+4 -4
View File
@@ -15,10 +15,10 @@
#include <math.h>
#include <sys/time.h>
#include "libfasta/sequence.h"
#include "libutils/utilities.h"
#include "liblcs/upperband.h"
#include "liblcs/sse_banded_LCS_alignment.h"
#include "sumalibs/libfasta/sequence.h"
#include "sumalibs/libutils/utilities.h"
#include "sumalibs/liblcs/upperband.h"
#include "sumalibs/liblcs/sse_banded_LCS_alignment.h"
#include "sumaclust.h"
+8 -8
View File
@@ -12,18 +12,18 @@
#include <math.h>
#include <sys/time.h>
#include "libutils/utilities.h"
#include "libfasta/sequence.h"
#include "libfasta/fasta_header_parser.h"
#include "libfasta/fasta_header_handler.h"
#include "libfasta/fasta_seq_writer.h"
#include "liblcs/upperband.h"
#include "liblcs/sse_banded_LCS_alignment.h"
#include "sumalibs/libutils/utilities.h"
#include "sumalibs/libfasta/sequence.h"
#include "sumalibs/libfasta/fasta_header_parser.h"
#include "sumalibs/libfasta/fasta_header_handler.h"
#include "sumalibs/libfasta/fasta_seq_writer.h"
#include "sumalibs/liblcs/upperband.h"
#include "sumalibs/liblcs/sse_banded_LCS_alignment.h"
#include "mtcompare_sumaclust.h"
#include "sumaclust.h"
#define VERSION "1.0.33"
#define VERSION "1.0.36"
/* ----------------------------------------------- */
+2 -1
View File
@@ -29,7 +29,8 @@ Untar the archive, go into the newly created directory and compile:
```
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:
Binary file not shown.