Mercurial > repos > bebatut > package_rdptools_2_0_2
comparison tool_dependencies.xml @ 0:0ba421d19a18 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_rdptools_2_0_2 commit 0b70097b8f61a995378c409fe3aa2a1663a47906-dirty
| author | bebatut |
|---|---|
| date | Tue, 10 Nov 2015 04:50:06 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0ba421d19a18 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="ant" version="1.9.6"> | |
| 4 <repository changeset_revision="c49abc8cead0" name="package_ant_1_9_6" owner="bebatut" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="rdptools" version="2.0.2"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action type="shell_command">git clone --recursive https://github.com/rdpstaff/RDPTools.git rdptools</action> | |
| 10 <action type="change_directory">rdptools</action> | |
| 11 <action type="shell_command">git checkout 2.0.2</action> | |
| 12 <action type="shell_command">git submodule update --init</action> | |
| 13 <action type="shell_command">make</action> | |
| 14 <action type="change_directory">../</action> | |
| 15 <action type="shell_command">mv rdptools/ $INSTALL_DIR/</action> | |
| 16 <action type="set_environment"> | |
| 17 <environment_variable action="set_to" name="RDP_TOOLS_DIR">$INSTALL_DIR/rdptools/</environment_variable> | |
| 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 19 </action> | |
| 20 </actions> | |
| 21 </install> | |
| 22 <readme> | |
| 23 RDPTols is an open source command-line tool suite for performing a complete | |
| 24 workflow of analysis tasks of NGS data. | |
| 25 | |
| 26 Clone the github repository and configure the tools. | |
| 27 | |
| 28 For more details, see: | |
| 29 https://github.com/rdpstaff/RDPTools | |
| 30 </readme> | |
| 31 </package> | |
| 32 </tool_dependency> |
