4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="samtools" version="0.1.18">
|
24
|
4 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" prior_installation_required="True" />
|
4
|
5 </package>
|
|
6 <package name="pindel" version="0.2.5">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
11
|
9 <!-- <action type="shell_command">git clone https://github.com/genome/pindel.git pindel</action> -->
|
|
10 <action type="download_by_url" target_filename="pindel-master.zip">https://github.com/genome/pindel/archive/master.zip</action>
|
25
|
11 <action type="shell_command">ls ..</action>
|
18
|
12 <!-- <action type="shell_command">ls</action> -->
|
15
|
13 <!-- <action type="move_directory_files">
|
8
|
14 <source_directory>.</source_directory>
|
|
15 <destination_directory>$INSTALL_DIR</destination_directory>
|
12
|
16 </action>
|
|
17 <action type="shell_command">unzip pindel-master.zip -d pindel</action>
|
13
|
18 <action type="shell_command">cd master</action> -->
|
21
|
19 <!-- <action type="shell_command">sed '50d' Makefile</action> -->
|
20
|
20 <!-- <action type="shell_command">make Makefile.local</action> -->
|
21
|
21 <action type="shell_command">
|
|
22 echo "SAMTOOLS=
|
|
23 THREADS=
|
|
24 COLOUSINGBD15_TIME=60
|
|
25 COLOWOBD15_TIME=80
|
22
|
26 SIM1CHRVS20305_TIME=60" > Makefile.local
|
21
|
27 </action>
|
20
|
28 <action type="shell_command">make SAMTOOLS=~/samtools THREADS=2</action>
|
6
|
29 <action type="move_file">
|
|
30 <source>pindel</source>
|
|
31 <destination>$INSTALL_DIR/</destination>
|
7
|
32 </action>
|
4
|
33 <action type="set_environment">
|
|
34 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
35 </action>
|
|
36 </actions>
|
|
37 </install>
|
|
38 <readme>
|
|
39 </readme>
|
|
40 </package>
|
|
41 </tool_dependency>
|