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