diff tool_dependencies.xml @ 107:049d8bc2214e 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:32:16 -0400
parents 56117c9db713
children f1ec1b5e9fa4
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 01 04:25:37 2015 -0400
+++ b/tool_dependencies.xml	Tue Sep 01 04:32:16 2015 -0400
@@ -7,7 +7,7 @@
     <package name="design_matrix_creator" version="1.0.0">
         <install version="1.0">
             <actions>
-                <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="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/bin/design_matrix_creator $INSTALL_DIR/bin/</action>
                 <action type="chmod">
                     <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file>
                 </action>
@@ -22,7 +22,7 @@
     <package name="edger_dge_table_to_bedgraph" version="1.0.0">
         <install version="1.0">
             <actions>
-                <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action>
+                <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/bin/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action>
                 <action type="chmod">
                     <file mode="755">$INSTALL_DIR/bin/edger_dge_table_to_bedgraph</file>
                 </action>