Repository 'emboss_5'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/emboss_5

Changeset 2:a52e6cbbb469 (2012-07-03)
Previous changeset 1:7334f6d0ac17 (2012-03-21) Next changeset 3:b45f604a08ac (2013-01-09)
Commit message:
Added tool_dependencies.xml
added:
tool_dependencies.xml
b
diff -r 7334f6d0ac17 -r a52e6cbbb469 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Jul 03 14:46:59 2012 -0400
b
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="emboss" version="5.0.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz</action>
+                <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+            </actions>
+            <actions>
+                <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/PHYLIP-3.6b.tar.gz</action>
+                <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+            </actions>
+        </install>
+        <readme>
+These links provide information for building the Emboss package in most environments .
+
+System requirements
+http://emboss.sourceforge.net/download/#Requirements
+
+Platform-dependent notes
+http://emboss.sourceforge.net/download/#Platforms
+        </readme>
+    </package>
+</tool_dependency>