changeset 0:e564742e09aa draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_transdecoder_2_1_0 commit a1c67fe236be4c3c26c077ce86b9b19adf2dfb86
author iuc
date Wed, 06 Jul 2016 09:40:44 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jul 06 09:40:44 2016 -0400
@@ -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>