Mercurial > repos > galaxyp > package_myrimatch
comparison tool_dependencies.xml @ 0:fd3893bf3008 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Fri, 26 Sep 2014 15:15:34 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fd3893bf3008 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="binaries_for_package_myrimatch" version="333"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">https://bitbucket.org/galaxyp-applications/myrimatch/get/9f0592c.tar.gz</action> | |
7 <action type="move_file"> | |
8 <source>myrimatch</source> | |
9 <destination>$INSTALL_DIR/</destination> | |
10 </action> | |
11 <!-- <action type="shell_command">chmod +x $INSTALL_DIR/</action> --> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 This package downloads and installs MyriMatch. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |