changeset 104:cdc045ed52da draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 2700e500a4fb135a20ede7d52221a9d31f1aaa5e-dirty
author yhoogstrate
date Tue, 01 Sep 2015 04:21:10 -0400
parents 6abdc14b79c2
children f2ac9f6bc542
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 01 03:53:12 2015 -0400
+++ b/tool_dependencies.xml	Tue Sep 01 04:21:10 2015 -0400
@@ -7,7 +7,7 @@
     <package name="design_matrix_creator" version="1.0.0">
         <install version="1.0">
             <actions>
-                <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action>
+                <action type="shell_command">ls -als ; echo "###############" ; ls -als $REPOSITORY_INSTALL_DIR ; pwd ; mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action>
                 <action type="chmod">
                     <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file>
                 </action>