Mercurial > repos > earlhaminst > hcluster_sg
changeset 1:09955cea320f draft
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/hcluster_sg commit 978a8efb9969646b97873d69348971860f2793f5
author | earlhaminst |
---|---|
date | Wed, 22 Feb 2017 05:47:42 -0500 |
parents | 4a233271d05a |
children | 176639d514ee |
files | tool_dependencies.xml |
diffstat | 1 files changed, 0 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Nov 11 06:56:10 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -<?xml version="1.0"?> -<tool_dependency> - <package name="hcluster_sg" version="0.5.1"> - <install version="1.0"> - <actions> - <action type="shell_command">git clone https://github.com/douglasgscofield/hcluster.git hcluster_sg</action> - <action type="shell_command">make</action> - <action type="make_directory">$INSTALL_DIR/bin</action> - <action type="move_file"> - <source>hcluster_sg</source> - <destination>$INSTALL_DIR/bin/</destination> - </action> - <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - </action> - </actions> - </install> - <readme> -hcluster_sg is tool for hierarchically clustering on a sparse graph. - </readme> - </package> -</tool_dependency>