view tool_dependencies.xml @ 0:1fb9f6beb8fb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_transdecoder_2_0_1 commit 993ba7c18dcabb15aa76bca2fcc9211a5f58bf1d
author iuc
date Fri, 20 Nov 2015 06:48:47 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="transdecoder" version="2.0.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url" sha256sum="ce069da72c8a04e739f8c057af4f97187bf587d3f0d3db40465dfc2c89393e22">https://github.com/TransDecoder/TransDecoder/archive/2.0.1.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>