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>
|
9
|
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> -->
|
|
11 <!-- <action type="move_directory_files">
|
8
|
12 <source_directory>.</source_directory>
|
|
13 <destination_directory>$INSTALL_DIR</destination_directory>
|
9
|
14 </action> -->
|
|
15 <!-- <action type="shell_command">unzip pindel-master.zip -d pindel</action>--> -->
|
8
|
16 <action type="shell_command">cd pindel</action>
|
6
|
17 <action type="shell_command">make SAMTOOLS=~/samtools</action>
|
|
18 <action type="move_file">
|
|
19 <source>pindel</source>
|
|
20 <destination>$INSTALL_DIR/</destination>
|
7
|
21 </action>
|
4
|
22 <action type="set_environment">
|
|
23 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
24 </action>
|
|
25 </actions>
|
|
26 </install>
|
|
27 <readme>
|
|
28 </readme>
|
|
29 </package>
|
|
30 </tool_dependency>
|