Repository 'package_newick_utilities_1_6'
hg clone https://toolshed.g2.bx.psu.edu/repos/dcorreia/package_newick_utilities_1_6

Changeset 0:17be6ea2fcd6 (2016-03-15)
Commit message:
Imported from capsule None
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 17be6ea2fcd6 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Mar 15 10:53:33 2016 -0400
b
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="newick_utilities" version="1.6">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://cegg.unige.ch/pub/newick-utils-1.6-Linux-x86_64-disabled-extra.tar.gz</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>                          
+                <action type="set_environment">
+                    <environment_variable name="NEWICK_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+            </install>
+    </package>
+</tool_dependency>