Mercurial > repos > rnateam > gotohscan
view tool_dependencies.xml @ 0:6845ddcd5588 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gotohscan commit d18a08287799b0aa6ca50242ebcc218820923fb2-dirty
author | rnateam |
---|---|
date | Thu, 02 Jul 2015 12:06:30 -0400 |
parents | |
children |
line wrap: on
line source
<?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>