changeset 15:76d6d8a5fa29

trying wget
author pieter.lukasse@wur.nl
date Fri, 23 Jan 2015 14:27:04 +0100
parents 92cf554fca03
children c21e96bb68c8
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jan 23 14:14:08 2015 +0100
+++ b/tool_dependencies.xml	Fri Jan 23 14:27:04 2015 +0100
@@ -21,9 +21,13 @@
           <actions>
               <action type="download_by_url">http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py</action>
               <action type="move_directory_files">
-			<source_directory>.</source_directory>
-			<destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory>
-		</action>
+				<source_directory>.</source_directory>
+				<destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory>
+			  </action>
+			  <action type="shell_command">
+                        cd $GALAXY_HOME;
+                        wget http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py;
+              </action>
           </actions>
       </install>
       <readme>Ensures nist_controller file is placed</readme>