-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
45 lines (25 loc) · 844 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
ALN README
Welcome to ALN!
ALN is a pairwise sequence aligner.
CONTACT
-------
You can contact any of the following developers:
* Héctor Condori Alagón ([email protected])
DOWNLOAD and BUILDING
---------------------
ALN is available in in GitHub, so you can download by invoking the following commands:
$ git clone https://github.com/hcondori/aln.git
In Ubuntu and Debian distributions, you can install dependencies by using theses commands:
$ apt-get install git
$ apt-get install g++
$ apt-get install cmake
$ apt-get install libboost-program-options-dev
Finally, use CMake to build ALN:
$ cmake .
$ make
RUNING
-------
For command line options invoke:
$ ./src/aln -h
In order align sequences, invoke:
$./src/aln -a file1.fasta -b file2.fasta -o out.txt