comparison tool_dependencies.xml @ 0:cbb49b5bc43f draft

Uploaded
author dpryan79
date Tue, 13 Sep 2016 07:21:38 -0400
parents
children 18776a266ed9
comparison
equal deleted inserted replaced
-1:000000000000 0:cbb49b5bc43f
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="bwa" version="0.7.12">
4 <repository changeset_revision="67aa12c8d449" name="package_bwa_0_7_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="samtools" version="1.2">
7 <repository changeset_revision="5b7172f9b230" name="package_samtools_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="python" version="2.7.10">
10 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
11 </package>
12 <package name="bwameth" version="0.20">
13 <install version="1.0">
14 <actions>
15 <action type="setup_python_environment">
16 <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
17 <package name="python" version="2.7.10" />
18 </repository>
19 </action>
20 <action type="shell_command">git clone https://github.com/brentp/bwa-meth</action>
21 <action type="shell_command">git reset --hard 7dfec747105b9fa2cf1678bf5f67e860a0155d0e</action>
22 <action type="set_environment">
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
24 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
25 </action>
26 <action type="make_directory">$INSTALL_DIR/lib/python</action>
27 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
28 </actions>
29 </install>
30 <readme>
31 Installation of bwa-meth from Brent Pedersen
32 https://github.com/brentp/bwa-meth
33 </readme>
34 </package>
35 </tool_dependency>