view tool_dependencies.xml @ 0:886eb2f99232 draft default tip

Uploaded
author galaxyp
date Mon, 13 May 2013 12:34:41 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="bcbb_gff" version="0.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://github.com/chapmanb/bcbb/archive/master.zip</action>
                <action type="move_directory_files">
                    <source_directory>gff</source_directory>
                    <destination_directory>$INSTALL_DIR/</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
https://github.com/chapmanb/bcbb/tree/master/gff
http://biopython.org/wiki/GFF_Parsing
        </readme>
    </package>
</tool_dependency>