Mercurial > repos > morinlab > package_vardictjava_1_4_6
comparison tool_dependencies.xml @ 0:53f0323d032c draft default tip
planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/packages/package_vardictjava_1_4_6 commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40-dirty
| author | morinlab |
|---|---|
| date | Tue, 11 Oct 2016 14:07:55 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:53f0323d032c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="perl" version="5.18.1"> | |
| 4 <repository changeset_revision="95dad0955d7e" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="R" version="3.2.1"> | |
| 7 <repository changeset_revision="77d439695328" name="package_r_3_2_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="vardictjava" version="1.4.6"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="shell_command">git clone https://github.com/AstraZeneca-NGS/VarDictJava.git vardictjava</action> | |
| 13 <action type="shell_command">git checkout tags/v1.4.6; git submodule update --init --recursive</action> | |
| 14 <action type="shell_command">bash ./gradlew clean installApp</action> | |
| 15 <action type="shell_command">chmod -R 775 .</action> | |
| 16 <action type="move_directory_files"> | |
| 17 <source_directory>.</source_directory> | |
| 18 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 19 </action> | |
| 20 </actions> | |
| 21 </install> | |
| 22 </package> | |
| 23 </tool_dependency> |
