view tool_dependencies.xml @ 6:f9883968b113 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/metilene commit 090bc9bb5c775600f4727d8729a032b52e78bd05-dirty
author rnateam
date Thu, 17 Dec 2015 17:09:39 -0500
parents b6263bd3666f
children 9ad744d0804b
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="perl" version="5.18.1">
        <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="R" version="3.2.1">
        <repository changeset_revision="c6ebd3a51334" name="package_r_3_2_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="bedtools" version="2.24">
        <repository changeset_revision="e6f4a7398a47" name="package_bedtools_2_24" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="gnu_coreutils" version="8.22">
        <repository changeset_revision="1016a386a647" name="package_gnu_coreutils_8_22" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="ggplot2" version="0.9.3">
        <repository changeset_revision="ade406d47752" name="package_r_ggplot2_0_9_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="metilene" version="0.2-4">
        <install version="1.0">
            <actions>
                <action sha256sum="7430b4c2af4f43d389ad690dfe42c9ce7a63b2bff4ff0ac59afc0f1ec7e600f2" type="download_by_url">
                    https://depot.galaxyproject.org/software/metilene/metilene_0.2-4_src_all.tar.gz
                </action>
                <action type="shell_command">make</action>
                <!-- move binary and scripts to installation bin directory -->
                <action type="move_file">
                    <source>metilene</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="move_file">
                    <source>metilene_input.pl</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="move_file">
                    <source>metilene_output.pl</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="move_file">
                    <source>metilene_output.R</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>

                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Metilene is precompiled for Linux</readme>
    </package>
</tool_dependency>