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

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ccat_3_0 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:57:38 -0400
parents
children
line wrap: on
line source

<tool_dependency>
    <package name="CCAT" version="3.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://cmb.gis.a-star.edu.sg/ChIPSeq/tools/CCAT3.0.tar.gz</action>
                <action type="change_directory">src</action>
                <action type="shell_command">./make</action>
                <action type="move_file">
                    <source>../bin/CCAT</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>Downloading  and compiling CCAT. A Signal-Noise model for significance analysis of ChIP-seq with Negative Control.</readme>
    </package>
</tool_dependency>