view tool_dependencies.xml @ 1:d041345c1c7b draft default tip

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_metaphlan_2_0 commit 799dfb601c9fa28050688570ad8f8b7a7b70793f-dirty
author bebatut
date Wed, 16 Dec 2015 09:20:40 -0500
parents 906e1ca45fe2
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="metaphlan2" version="2.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://bitbucket.org/biobakery/metaphlan2/get/default.zip</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR/</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable name="METAPHLAN2_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme></readme>
    </package>
</tool_dependency>