1
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
4
|
3 <package name="zlib" version="1.2.8">
|
|
4 <repository toolshed="http://testtoolshed.g2.bx.psu.edu" name="zlib" owner="nilesh" changeset_revision="28f618926504" />
|
|
5 </package>
|
|
6 <package name="bwa" version="0.7.5a">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="set_environment_for_install">
|
|
10 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
11 <package name="zlib" version="1.2.8" />
|
|
12 </repository>
|
|
13 </action>
|
8
|
14 <action type="shell_command">git clone https://github.com/lh3/bwa.git</action>
|
|
15 <action type="shell_command">cd ./bwa && make LIBS="-L$ZLIB_PATH -lm -lz -lpthread"</action>
|
6
|
16 <action type="move_file">
|
8
|
17 <source>bwa/bwa</source>
|
|
18 <destination>$INSTALL_DIR/bin</destination>
|
6
|
19 </action>
|
4
|
20 <action type="set_environment">
|
|
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
22 </action>
|
|
23 </actions>
|
|
24 </install>
|
1
|
25 </package>
|
|
26 <set_environment version="1.0">
|
4
|
27 <environment_variable name="RNASEQCPATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
1
|
28 </set_environment>
|
|
29 </tool_dependency>
|