|
1
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="samtools-mpileup-parallel" version="1.0.19">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
8
|
6 <action type="shell_command">svn checkout https://github.com/mydatascience/parallel-mpileup/trunk samtools-mpileup-parallel && cd samtools-mpileup-parallel && cd $(ls |grep samtools-) && make && cp samtools ../samtools-mpileup-parallel</action>
|
|
1
|
7 <action type="move_file">
|
|
9
|
8 <source>samtools-mpileup-parallel</source>
|
|
7
|
9 <destination>$INSTALL_DIR/bin</destination>
|
|
1
|
10 </action>
|
|
|
11 <action type="set_environment">
|
|
|
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
13 <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
|
14 </action>
|
|
|
15 </actions>
|
|
|
16 </install>
|
|
|
17 <readme>
|
|
|
18 Downloads and installs a modified version of samtools, able to paralellize the mpileup function.
|
|
|
19 </readme>
|
|
|
20 </package>
|
|
|
21 <package name="VarScan" version="2.3.6">
|
|
|
22 <install version="1.0">
|
|
|
23 <actions>
|
|
4
|
24 <action type="download_by_url">http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar</action>
|
|
1
|
25 <action type="move_file">
|
|
|
26 <source>VarScan.v2.3.6.jar</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 <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
|
32 </action>
|
|
|
33 </actions>
|
|
|
34 </install>
|
|
|
35 <readme>
|
|
|
36 Downloads VarScan2.
|
|
|
37 </readme>
|
|
|
38 </package>
|
|
|
39 </tool_dependency>
|