4
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="samtools" version="0.1.18">
|
|
4 <repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
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>
|
15
|
11 <action type="shell_command">ls</action>
|
|
12 <!-- <action type="move_directory_files">
|
8
|
13 <source_directory>.</source_directory>
|
|
14 <destination_directory>$INSTALL_DIR</destination_directory>
|
12
|
15 </action>
|
|
16 <action type="shell_command">unzip pindel-master.zip -d pindel</action>
|
13
|
17 <action type="shell_command">cd master</action> -->
|
15
|
18 <action type="shell_command">make all SAMTOOLS=~/samtools THREADS=2</action>
|
13
|
19 <!-- <action type="shell_command">./INSTALL ~/samtools</action> -->
|
6
|
20 <action type="move_file">
|
|
21 <source>pindel</source>
|
|
22 <destination>$INSTALL_DIR/</destination>
|
7
|
23 </action>
|
4
|
24 <action type="set_environment">
|
|
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
26 </action>
|
|
27 </actions>
|
|
28 </install>
|
|
29 <readme>
|
|
30 </readme>
|
|
31 </package>
|
|
32 </tool_dependency>
|