comparison tool_dependencies.xml @ 21:f509cd1d5a78 draft

planemo upload for repository https://github.com/galaxyproject/dunovo commit b'fd1625359a101d8a6b0b8d97028cc8be509398f2\n'-dirty
author nick
date Thu, 04 Jan 2018 23:55:06 -0500
parents e5d1d90c099b
children e875e5572808
comparison
equal deleted inserted replaced
20:78542cc82cb6 21:f509cd1d5a78
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="bowtie2" version="2.2.5"> 3 <package name="bowtie" version="1.1.2">
4 <repository changeset_revision="f5582ac5ba3c" name="package_bowtie_2_2_5" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="8584a4574ab1" name="package_bowtie_1_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="samtools" version="0.1.18">
7 <repository changeset_revision="f499719dad6e" name="package_samtools_0_1_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package> 5 </package>
9 <package name="mafft" version="7.221"> 6 <package name="mafft" version="7.221">
10 <repository changeset_revision="dd4a533a0e3c" name="mafft" owner="rnateam" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 7 <repository changeset_revision="dd4a533a0e3c" name="mafft" owner="rnateam" toolshed="https://testtoolshed.g2.bx.psu.edu" />
11 </package> 8 </package>
12 <package name="networkx" version="1.10"> 9 <package name="networkx" version="1.10">
13 <repository changeset_revision="3469a6858fd4" name="package_networkx_1_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="3469a6858fd4" name="package_networkx_1_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
14 </package> 11 </package>
15 <package name="dunovo" version="2.0.9"> 12 <package name="dunovo" version="2.0.10">
16 <install version="1.0"> 13 <install version="1.0">
17 <actions> 14 <actions>
18 <action sha256sum="6f5295b8eae0e161ee3bd28829ca140657743c695624ffc7f467f13eab2c547c" type="download_by_url">https://github.com/galaxyproject/dunovo/archive/v2.0.9.tar.gz</action> 15 <!-- download the main dunovo package files -->
16 <action sha256sum="81ef826b54746f4335f400b0ec5580bf04b5edfd8051682a684717fb32246227" type="download_by_url">https://github.com/galaxyproject/dunovo/archive/v2.0.10.tar.gz</action>
17 <!-- download the utillib submodule -->
18 <action type="download_file">https://github.com/NickSto/utillib/archive/v0.1.0.tar.gz</action>
19 <action type="shell_command">tar -zxvpf v0.1.0.tar.gz</action>
20 <action type="shell_command">rm v0.1.0.tar.gz</action>
21 <action type="move_file">
22 <source>utillib-0.1.0</source>
23 <destination>utillib</destination>
24 </action>
25 <!-- download the kalign submodule -->
26 <action type="download_file">https://github.com/makrutenko/kalign-dunovo/archive/v0.2.0.tar.gz</action>
27 <action type="shell_command">tar -zxvpf v0.2.0.tar.gz</action>
28 <action type="shell_command">rm v0.2.0.tar.gz</action>
29 <action type="move_file">
30 <source>kalign-dunovo-0.2.0</source>
31 <destination>kalign</destination>
32 </action>
33 <!-- download the ET submodule -->
34 <action type="download_file">https://github.com/NickSto/ET/archive/v0.2.2.tar.gz</action>
35 <action type="shell_command">tar -zxvpf v0.2.2.tar.gz</action>
36 <action type="shell_command">rm v0.2.2.tar.gz</action>
37 <action type="move_file">
38 <source>ET-0.2.2</source>
39 <destination>ET</destination>
40 </action>
41 <!-- make and install -->
42 <action type="shell_command">make clean</action>
19 <action type="shell_command">make</action> 43 <action type="shell_command">make</action>
20 <action type="move_directory_files"> 44 <action type="move_directory_files">
21 <source_directory>.</source_directory> 45 <source_directory>.</source_directory>
22 <destination_directory>$INSTALL_DIR</destination_directory> 46 <destination_directory>$INSTALL_DIR</destination_directory>
23 </action> 47 </action>
24 <action type="set_environment"> 48 <action type="set_environment">
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> 49 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
26 </action> 50 </action>
27 <!-- Note: This does not install the submodules.
28 Functionality they provide will not be available. -->
29 </actions> 51 </actions>
30 </install> 52 </install>
31 </package> 53 </package>
32 </tool_dependency> 54 </tool_dependency>