Repository 'package_transdecoder_2_1_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_transdecoder_2_1_0

Changeset 0:e564742e09aa (2016-07-06)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_transdecoder_2_1_0 commit a1c67fe236be4c3c26c077ce86b9b19adf2dfb86
added:
tool_dependencies.xml
b
diff -r 000000000000 -r e564742e09aa tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Jul 06 09:40:44 2016 -0400
b
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="transdecoder" version="2.1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url" sha256sum="681a8dd72e482cb322d74d8431ddcda61f25c53ad5453d0e22c02c92b2157b24">https://github.com/TransDecoder/TransDecoder/archive/v2.1.0.tar.gz</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>TransDecoder.LongOrfs</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                    <source>TransDecoder.Predict</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_directory_files">
+                    <source_directory>PerlLib</source_directory>
+                    <destination_directory>$INSTALL_DIR/PerlLib</destination_directory>
+                </action>
+                <action type="move_directory_files">
+                    <source_directory>util</source_directory>
+                    <destination_directory>$INSTALL_DIR/util</destination_directory>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>