comparison tool_dependencies.xml @ 6:e6e8ce41f13f

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