Repository 'pileometh'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/pileometh

Changeset 5:ccc755bdf11d (2017-03-12)
Previous changeset 4:b327b539ec58 (2017-03-12) Next changeset 6:906db57d5d65 (2017-06-13)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 30fc154996d5b06016cb2425ec4d507cf21edc73
modified:
tool_dependencies.xml
b
diff -r b327b539ec58 -r ccc755bdf11d tool_dependencies.xml
--- a/tool_dependencies.xml Sun Mar 12 06:15:57 2017 -0400
+++ b/tool_dependencies.xml Sun Mar 12 09:58:03 2017 -0400
b
@@ -5,6 +5,7 @@
             <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">mkdir $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>