-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathINSTALL
49 lines (36 loc) · 1.37 KB
/
INSTALL
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
Brief installation instructions.
R-scape v2.5.7 February 2025
http://eddylab.org/R-scape
----------------------------------------------------------------------------
Starting from a source distribution, R-scape_v2.5.7/:
move into new directory: cd R-scape_v2.5.7
configure: ./configure
build: make
install: make install
The newly compiled binary "R-scape" is in the R-scape_v2.5.7/bin directory.
You can run it from there.
For complete documentation, see the R-scape User's Guide
(R-scape_v2.5.5/documentation/R-scape_userguide.pdf).
The default installation produces executable: R-scape_v2.5.7/bin/R-scape
----------------------------------------------------------------------------
Starting from a Git Repo:
If you have cloned the R-scape Git repository, there's
some additional stuff you need to do one-time-only in your new working
directory.
First you need to clone easel and hmmer too:
cd lib
git clone https://github.com/EddyRivasLab/infernal.git
git clone https://github.dom/EddyRivasLab/hmmer.git
git checkout develop
cd hmmer/
git clone https://github.dom/EddyRivasLab/easel.git
git checkout develop
cd ../../
And finally:
cd lib/R2R
ln -s R2R-1.0.7 R2R-current
cd ../../
-------------------------------------------------------------
The R-scape development team
Elena Rivas