Mercurial > repos > bebatut > rdptools
comparison tool_dependencies.xml @ 0:73b3e2f98631 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/rdptools commit fa8135b9b1918785c3f3b3fb7325bfe031b44ec4
| author | bebatut |
|---|---|
| date | Mon, 16 Nov 2015 02:46:50 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:73b3e2f98631 |
|---|---|
| 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="make_directory">$INSTALL_DIR/rdptools/</action> | |
| 16 <action type="move_directory_files"> | |
| 17 <source_directory>rdptools/</source_directory> | |
| 18 <destination_directory>$INSTALL_DIR/rdptools/</destination_directory> | |
| 19 </action> | |
| 20 <action type="set_environment"> | |
| 21 <environment_variable action="set_to" name="RDP_TOOLS_DIR">$INSTALL_DIR/rdptools/</environment_variable> | |
| 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/rdptools/</environment_variable> | |
| 23 </action> | |
| 24 </actions> | |
| 25 </install> | |
| 26 <readme> | |
| 27 RDPTols is an open source command-line tool suite for performing a complete | |
| 28 workflow of analysis tasks of NGS data. | |
| 29 | |
| 30 Clone the github repository and configure the tools. | |
| 31 | |
| 32 For more details, see: | |
| 33 https://github.com/rdpstaff/RDPTools | |
| 34 </readme> | |
| 35 </package> | |
| 36 </tool_dependency> |
