Cleaner installation

This commit is contained in:
Celine Mercier
2019-03-27 17:09:31 +01:00
parent 294a31624c
commit c4822c4874
5 changed files with 19 additions and 13 deletions

View File

@ -14,13 +14,13 @@
#include <sys/time.h>
#include "./sumalibs/libfasta/sequence.h"
#include "./sumalibs/liblcs/upperband.h"
#include "./sumalibs/liblcs/sse_banded_LCS_alignment.h"
#include "./sumalibs/libutils/utilities.h"
#include "libfasta/sequence.h"
#include "liblcs/upperband.h"
#include "liblcs/sse_banded_LCS_alignment.h"
#include "libutils/utilities.h"
#include "mtcompare_sumatra.h"
#define VERSION "1.0.32"
#define VERSION "1.0.33"
/* ----------------------------------------------- */