-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
39 lines (23 loc) · 1.02 KB
/
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
See http://baboon.math.berkeley.edu/amap/ for more information.
INSTALL
=======
To build the AMAP alignment code change to the 'align' directory and type:
% make
This distribution includes the compiled AmapDisplay.jar file.
In case you want to build the AmapDisplay from the source code,
you'll need ant (http://ant.apache.org) installed.
Once ant is installed change to the 'display' directory, and type:
% ant all
USE
===
To run AMAP with the default options change to the 'align' directory and type:
% amap <multi-fasta-file-name>
If no file name is provided the list of options are printed.
In order to use the AMAP Display run AMAP with the -gui option, and save the output to a file,
then use the file as the input to AmapDisplay. For example, type:
% align/amap -gui examples/BB12020.tfa > examples/BB12020.tfa.out
% java -jar display/AmapDisplay.jar examples/BB12020.tfa.out
LICENSE
=======
The various bits of AMAP code are distributed under the GPL. Please see the license
in the license directory for details.