Mercurial > repos > nilesh > rseqc
comparison tool_dependencies.xml @ 8:e1c6951bd6fc
Uploaded
author | nilesh |
---|---|
date | Mon, 08 Jul 2013 22:11:33 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:e676f86496e7 | 8:e1c6951bd6fc |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="R" version="2.15.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> | |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R. | |
16 </readme> | |
17 </package> | |
18 <package name="samtools" version="0.1.18"> | |
19 <install version="1.0"> | |
20 <actions> | |
21 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action> | |
22 <action type="shell_command">sed -i .bak -e 's/-lcurses/-lncurses/g' Makefile</action> | |
23 <action type="shell_command">make</action> | |
24 <action type="move_file"> | |
25 <source>samtools</source> | |
26 <destination>$INSTALL_DIR/bin</destination> | |
27 </action> | |
28 <action type="move_file"> | |
29 <source>misc/maq2sam-long</source> | |
30 <destination>$INSTALL_DIR/bin</destination> | |
31 </action> | |
32 <action type="set_environment"> | |
33 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
34 </action> | |
35 </actions> | |
36 </install> | |
37 <readme>Compiling SAMtools requires the ncurses and zlib development libraries.</readme> | |
38 </package> | |
39 <package name="rseqc" version="2.3.7"> | |
40 <install version = "1.0"> | |
41 <actions> | |
42 <action type="download_by_url">http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action> | |
43 <action type="shell_command">python setup.py install</action> | |
44 <action action="move_directory_files"> | |
45 <source_directory>.</source_directory> | |
46 <destination_directory>$INSTALL_DIR/lib/rseqc</destination_directory> | |
47 </action> | |
48 <action type="set_environment"> | |
49 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
50 </action> | |
51 </actions> | |
52 </install> | |
53 <readme> | |
54 RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html#. | |
55 </readme> | |
56 </package> | |
57 | |
58 </tool_dependency> |