Cleaner installation
This commit is contained in:
10
sumatra.c
10
sumatra.c
@ -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"
|
||||
|
||||
|
||||
/* ----------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user