Mercurial > repos > iuc > package_mash_1_0_2
comparison tool_dependencies.xml @ 0:d76d5f2ffd13 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mash_1_0_2 commit 92c861e966def421edf27c353682314b26a53dc4-dirty
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 04:25:56 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d76d5f2ffd13 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="mash" version="1.0.2"> | |
| 4 <install version="1.0"> | |
| 5 <actions_group> | |
| 6 <actions architecture="x86_64" os="linux"> | |
| 7 <action type="download_by_url" md5sum="04969fd7cd02d088d61aef9527234eb8">https://github.com/marbl/Mash/releases/download/v1.0.2/mash-Linux64-v1.0.2.tar.gz</action> | |
| 8 <action type="move_file"> | |
| 9 <source>mash</source> | |
| 10 <destination>$INSTALL_DIR/bin</destination> | |
| 11 </action> | |
| 12 </actions> | |
| 13 <actions architecture="x86_64" os="darwin"> | |
| 14 <action type="download_by_url" md5sum="59ea4260713b9a7467fe85a3d5eee0d5">https://github.com/marbl/Mash/releases/download/v1.0.2/mash-OSX64-v1.0.2.tar.gz</action> | |
| 15 <action type="move_file"> | |
| 16 <source>mash</source> | |
| 17 <destination>$INSTALL_DIR/bin</destination> | |
| 18 </action> | |
| 19 | |
| 20 </actions> | |
| 21 <action type="set_environment"> | |
| 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 23 </action> | |
| 24 </actions_group> | |
| 25 </install> | |
| 26 <readme> | |
| 27 Fast genome and metagenome distance estimation using MinHash. | |
| 28 </readme> | |
| 29 </package> | |
| 30 </tool_dependency> |
