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

Changeset 0:93d32326537b (2015-10-13)
Commit message:
planemo upload commit 4720b3dfa114d790b597fef6ccf3c17e8c11e111
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 93d32326537b tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Oct 13 16:38:07 2015 -0400
b
@@ -0,0 +1,31 @@
+<tool_dependency>
+    <package name="velvet" version="1.2.10">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/dzerbino/velvet/archive/d430f1ade319af582dc7bb6886ea904abd6337bd.zip</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>velvetg</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>velveth</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="set_environment">
+                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                 </action>
+            </actions>
+        </install>
+        <readme>
+From the official readme:
+
+::
+
+    Velvet should function on any standard 64bit Linux environment with
+    gcc. A good amount of physical memory (12GB to start with, more is no luxury)
+    is recommended.
+
+        </readme>
+    </package>
+</tool_dependency>