comparison tool_dependencies.xml @ 15:76d6d8a5fa29

trying wget
author pieter.lukasse@wur.nl
date Fri, 23 Jan 2015 14:27:04 +0100
parents 92cf554fca03
children
comparison
equal deleted inserted replaced
14:92cf554fca03 15:76d6d8a5fa29
19 <package name="nist_controller" version="0.2"> 19 <package name="nist_controller" version="0.2">
20 <install version="1.0"> 20 <install version="1.0">
21 <actions> 21 <actions>
22 <action type="download_by_url">http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py</action> 22 <action type="download_by_url">http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py</action>
23 <action type="move_directory_files"> 23 <action type="move_directory_files">
24 <source_directory>.</source_directory> 24 <source_directory>.</source_directory>
25 <destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory> 25 <destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory>
26 </action> 26 </action>
27 <action type="shell_command">
28 cd $GALAXY_HOME;
29 wget http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py;
30 </action>
27 </actions> 31 </actions>
28 </install> 32 </install>
29 <readme>Ensures nist_controller file is placed</readme> 33 <readme>Ensures nist_controller file is placed</readme>
30 </package> 34 </package>
31 35