Mercurial > repos > lecorguille > package_xcms_w4m_script_2_1
changeset 0:c94c8ef520c8 draft
planemo upload
author | lecorguille |
---|---|
date | Fri, 07 Aug 2015 10:46:33 -0400 |
parents | |
children | c21f31669c0d |
files | tool_dependencies.xml |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 07 10:46:33 2015 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="xcms" version="1.44.0"> + <repository changeset_revision="a1c3fc774157" name="package_r_xcms_1_44_0" owner="lecorguille" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="xcms_w4m_script" version="2.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://application.sb-roscoff.fr/download/w4m/xcms_script.tgz</action> + <action type="move_file"> + <source>xcms.r</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>lib.r</source> + <destination>$INSTALL_DIR</destination> + </action> + + <action type="set_environment"><environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable></action> + </actions> + + </install> + </package> +</tool_dependency>