comparison tool_dependencies.xml @ 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 56117c9db713
comparison
equal deleted inserted replaced
103:6abdc14b79c2 104:cdc045ed52da
5 </package> 5 </package>
6 6
7 <package name="design_matrix_creator" version="1.0.0"> 7 <package name="design_matrix_creator" version="1.0.0">
8 <install version="1.0"> 8 <install version="1.0">
9 <actions> 9 <actions>
10 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action> 10 <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>
11 <action type="chmod"> 11 <action type="chmod">
12 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> 12 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file>
13 </action> 13 </action>
14 <action type="set_environment"> 14 <action type="set_environment">
15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 15 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>