-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL.txt
83 lines (56 loc) · 1.63 KB
/
INSTALL.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
======
Source
======
The development version of Grape is available here:
https://github.com/rna-seq/grape.buildout.git
========
Releases
========
Grape software packages are available from the Grape home page:
http://big.crg.cat/services/grape
=======
Install
=======
After downloading the package, unpack it:
tar xfvz grape.buildout-1.9.5.tar.gz
cd grape.buildout-1.9.5
If you want to test Grape with your own test dataset, go to the Quick pipeline
folder:
cd pipelines/Quick
Then follow the README.txt
If you want to test Grape with a minimal test dataset, go to the Test pipeline
folder:
cd pipelines/Test
Then follow the README.txt
If you want to install the Grape web server, go the the devel server folder:
cd servers/devel
Then follow the README.txt
============
Dependencies
============
You need to have access to a MySQL database.
MySQL
- 5.1.45 or above
Make sure to have the following standard programming languages installed:
Perl
- 5.10.1 or above
Java
- A Java 1.6 compliant runtime environment is necessary.
It is recommended to employ the most recent Java Runtime Environment
(JRE) available from the traditional Java project:
http://java.com/en/download/index.jsp
R
- 2.13.0 or above
Python
- 2.6.x
The following Perl modules must be installed
DBI
DBD::mysql
Bio::DB::Fasta
Bundle::BioPerl
Bio::Seq
Bio::DB::Sam
If you have trouble installing the Bio::DB::Sam package, you may have to
edit the Makefile and add a -fPIC flag.
You need to have the following module installed in Python:
virtualenv