4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="samtools" version="0.1.18">
|
22
|
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>
|
18
|
11 <!-- <action type="shell_command">ls</action> -->
|
|
12
|
17
|
13 <!-- <action type="shell_command">cd ..</action>
|
|
14 <action type="shell_command">ls</action> -->
|
15
|
15 <!-- <action type="move_directory_files">
|
8
|
16 <source_directory>.</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR</destination_directory>
|
12
|
18 </action>
|
|
19 <action type="shell_command">unzip pindel-master.zip -d pindel</action>
|
13
|
20 <action type="shell_command">cd master</action> -->
|
21
|
21 <!-- <action type="shell_command">sed '50d' Makefile</action> -->
|
20
|
22 <!-- <action type="shell_command">make Makefile.local</action> -->
|
21
|
23 <action type="shell_command">
|
|
24 echo "SAMTOOLS=
|
|
25 THREADS=
|
|
26 COLOUSINGBD15_TIME=60
|
|
27 COLOWOBD15_TIME=80
|
22
|
28 SIM1CHRVS20305_TIME=60" > Makefile.local
|
21
|
29 </action>
|
20
|
30 <action type="shell_command">make SAMTOOLS=~/samtools THREADS=2</action>
|
13
|
31 <!-- <action type="shell_command">./INSTALL ~/samtools</action> -->
|
21
|
32
|
|
33
|
6
|
34 <action type="move_file">
|
|
35 <source>pindel</source>
|
|
36 <destination>$INSTALL_DIR/</destination>
|
7
|
37 </action>
|
4
|
38 <action type="set_environment">
|
|
39 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
40 </action>
|
|
41 </actions>
|
|
42 </install>
|
|
43 <readme>
|
|
44 </readme>
|
|
45 </package>
|
|
46 </tool_dependency>
|