forked from timmassingham/AYB2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
67 lines (48 loc) · 1.79 KB
/
README.txt
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
AYB README File
===============
Prerequisites
-------------
The following utilities and libraries must be installed to make/run the program:
Utilities::
- gcc (GNU C compiler; part of GNU Compiler Collection)
- gfortran (GNU Fortran compiler; part of GNU Compiler Collection)
(not required from v2.05)
- make (GNU make utility)
Libraries::
- BLAS (Basic Linear Algebra Subprograms)
- LAPACK (Linear Algebra PACKage)
- zlib (general purpose compression library)
- bzip2 (alternative compression library)
To make the program, the relevant header files for each of these libraries
must also be present. The header files are usual contained in the
-devel package corresponding to each library, for example: blas-devel
External Links::
- http://gcc.gnu.org/[GCC]
- http://www.gnu.org/software/make/[GNU Make]
- http://www.netlib.org/blas/[BLAS]
- http://www.netlib.org/lapack/[LAPACK]
- http://zlib.net/[zlib]
- http://bzip.org/[bzip2]
Obtaining AYB
-------------
Source code is freely available to download from <http://www.ebi.ac.uk/goldman-srv/AYB/>
Build AYB
---------
unzip the archive:
---------------------------------------------
$ tar -xzf AYB_current.tgz
---------------------------------------------
Go to the src directory. The makefile is suitable for both generic Linux and Mac Os-X.
---------------------------------------------
$ make
---------------------------------------------
The AYB executable will be in the bin directory.
{nbsp}
Notes::
If OpenMP libraries are not available then the dependency can be removed by
deleting the -fopenmp option from the makefile.
Developing
----------
AYB Developer documentation is generated by running doxygen from the src directory.
The index file is created in ../../doc from the src directory.
The AYB_test download contains the module test inputs.