Mercurial > repos > bgruening > pileometh
comparison tool_dependencies.xml @ 6:906db57d5d65 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 08bee869cbf7be7a70e2d7921ff42539bf5acd4d
author | bgruening |
---|---|
date | Tue, 13 Jun 2017 01:01:31 -0400 |
parents | ccc755bdf11d |
children |
comparison
equal
deleted
inserted
replaced
5:ccc755bdf11d | 6:906db57d5d65 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="methyldackel" version="0.2.1"> | 3 <package name="methyldackel" version="0.3.0"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action target_filename="MethylDackel-0.2.1.tar.gz" type="download_by_url">https://github.com/dpryan79/MethylDackel/archive/0.2.1.tar.gz</action> | 6 <action target_filename="MethylDackel-0.3.0.tar.gz" type="download_by_url">https://github.com/dpryan79/MethylDackel/archive/0.3.0.tar.gz</action> |
7 <action type="shell_command">make</action> | 7 <action type="shell_command">make</action> |
8 <action type="shell_command">mkdir $INSTALL_DIR/bin</action> | 8 <action type="shell_command">mkdir $INSTALL_DIR/bin</action> |
9 <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action> | 9 <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action> |
10 <action type="set_environment"> | 10 <action type="set_environment"> |
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> | 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> |