Repository 'hcluster_sg'
hg clone https://toolshed.g2.bx.psu.edu/repos/earlhaminst/hcluster_sg

Changeset 1:09955cea320f (2017-02-22)
Previous changeset 0:4a233271d05a (2016-11-11) Next changeset 2:176639d514ee (2017-03-24)
Commit message:
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/hcluster_sg commit 978a8efb9969646b97873d69348971860f2793f5
removed:
tool_dependencies.xml
b
diff -r 4a233271d05a -r 09955cea320f tool_dependencies.xml
--- a/tool_dependencies.xml Fri Nov 11 06:56:10 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -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>