Mercurial > repos > rnateam > gotohscan
diff tool_dependencies.xml @ 1:c172fed9eb75 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gotohscan commit 608bf2d6f11fe6dceaa0060f729bdbb66cfee867
author | rnateam |
---|---|
date | Sun, 12 Nov 2017 06:10:23 -0500 |
parents | 6845ddcd5588 |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jul 02 12:06:30 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -<?xml version="1.0"?> -<tool_dependency> - <package name="gotohscan" version="1.3"> - <install version="1.0"> - <actions> - <action type="download_by_url">https://raw.githubusercontent.com/bgruening/download_store/master/GotohScan/GotohScan-1.3.tar.gz</action> - <action type="shell_command">make</action> - <action type="move_file"> - <source>GotohScan</source> - <destination>$INSTALL_DIR/bin</destination> - </action> - <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - <environment_variable name="GOTOHSCAN_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> - </action> - </actions> - </install> - <readme> - </readme> - </package> -</tool_dependency>