forked from solonas13/maw
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
24 lines (15 loc) · 753 Bytes
/
Copy pathINSTALL
File metadata and controls
24 lines (15 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pre-installation Instructions
=============================
This installation requires the pre-installation of the cmake tool,
a C++ compiler, and the libraries: libdivsufsort and sdsl.
For Linux, you can install libraries libdivsufsort and sdsl via
$ ./pre-install.sh
Basic Instructions
==================
The shell command `make -f Makefile.32-bit.gcc' should compile this
program for 32-bit integers.
The shell command `make -f Makefile.64-bit.gcc' should compile this
program for 64-bit integers. This requires double the amount of memory.
After compilation the binary `maw' will be created in the working
directory, e.g. you may call it from this directory via
S ./maw -a DNA -i ./data/1.fasta -o 1.fasta.out -k 2 -K 10