Previous changeset 3:f112bf3dd5ff (2017-02-13) Next changeset 5:ccc755bdf11d (2017-03-12) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 2953c88908606f4f22b3987bc4ba29bdb4c30479 |
modified:
tool_dependencies.xml |
b |
diff -r f112bf3dd5ff -r b327b539ec58 tool_dependencies.xml --- a/tool_dependencies.xml Mon Feb 13 22:44:01 2017 -0500 +++ b/tool_dependencies.xml Sun Mar 12 06:15:57 2017 -0400 |
b |
@@ -5,9 +5,9 @@ <actions> <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> <action type="shell_command">make</action> - <action type="shell_command">make install prefix=$INSTALL_DIR/bin</action> + <action type="shell_command">make install prefix=$INSTALL_DIR/bin/</action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable> <environment_variable name="METHYLDACKEL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> |