File: README

package info (click to toggle)
amap-align 2.2%2Bgit20080214.600fc29%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,568 kB
  • sloc: cpp: 3,482; java: 549; xml: 151; makefile: 27; sh: 17
file content (39 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (6)
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

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.