|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="python" version="2.7">
|
|
|
4 <readme>
|
|
|
5 Contra requires Python >= 2.6
|
|
|
6 </readme>
|
|
|
7 </package>
|
|
|
8 <package name="R" version="1.0">
|
|
|
9 <readme>
|
|
|
10 Contra requires any version of R
|
|
|
11 </readme>
|
|
|
12 </package>
|
|
|
13
|
|
|
14
|
|
|
15 <package name="samtools" version="0.1.18">
|
|
|
16 <install version="1.0">
|
|
|
17 <actions>
|
|
|
18 <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2</action>
|
|
|
19 <action type="shell_command">sed -i.bak -e 's/-lcurses/-lncurses/g' Makefile</action>
|
|
|
20 <action type="shell_command">make</action>
|
|
|
21 <action type="move_file">
|
|
|
22 <source>samtools</source>
|
|
|
23 <destination>$INSTALL_DIR/bin</destination>
|
|
|
24 </action>
|
|
|
25 <action type="move_file">
|
|
|
26 <source>misc/maq2sam-long</source>
|
|
|
27 <destination>$INSTALL_DIR/bin</destination>
|
|
|
28 </action>
|
|
|
29 <action type="set_environment">
|
|
|
30 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
31 </action>
|
|
|
32 </actions>
|
|
|
33 </install>
|
|
|
34 <readme>
|
|
|
35 Compiling SAMtools requires the ncurses and zlib development libraries.
|
|
|
36 </readme>
|
|
|
37 </package>
|
|
|
38
|
|
|
39
|
|
|
40 <package name="bedtools" version="2.17.0">
|
|
|
41 <install version="1.0">
|
|
|
42 <actions>
|
|
|
43 <action type="download_by_url" target_filename="bedtools-2.17.0.tar.gz" >http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
|
|
|
44 <action type="shell_command">make all</action>
|
|
|
45 <action type="set_environment">
|
|
|
46 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
47 </action>
|
|
|
48 </actions>
|
|
|
49 </install>
|
|
|
50 <readme>
|
|
|
51 GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools
|
|
|
52 </readme>
|
|
|
53 </package>
|
|
|
54 <package name="contra" version="2.0.4">
|
|
|
55 <install version="1.0">
|
|
|
56 <actions>
|
|
|
57 <action type="download_by_url">http://downloads.sourceforge.net/project/contra-cnv/CONTRA.V2.0/CONTRA.v2.0.4.tar.gz</action>
|
|
|
58 <action type="shell_command">rm -rf bedtools_installation_guide.txt</action>
|
|
|
59 <action type="shell_command">rm -rf BEDTools-User-Manual.v4.pdf</action>
|
|
|
60 <action type="shell_command">rm -rf BEDTools.v2.11.2.tar.gz</action>
|
|
|
61 <action type="shell_command">rm -rf CONTRA_User_Guide.2.0.pdf</action>
|
|
|
62 <action type="set_environment">
|
|
|
63 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
|
64 </action>
|
|
|
65 </actions>
|
|
|
66 </install>
|
|
|
67 <readme>
|
|
|
68 Contra requires Samtools, Bedtools, Python and R
|
|
|
69 </readme>
|
|
|
70 </package>
|
|
|
71 </tool_dependency>
|
|
|
72
|
|
|
73
|