view tool_dependencies.xml @ 0:986d1d024720 draft default tip

Uploaded
author galaxyp
date Mon, 08 Sep 2014 14:10:56 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="peptide_to_gff" version="0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">hg clone https://bitbucket.org/galaxyp-applications/peptide-to-gff peptide_to_gff</action>
                <action type="shell_command">hg update -d 2014-09-08</action>
                <action type="move_file">
                    <source>peptide_to_gff</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
          Sets up a virtualenv for peptides-to-gff.
        </readme>
    </package>
</tool_dependency>