view tool_dependencies.xml @ 7:bc65a465caed default tip

Merge heads at 5:09a576e512cc and 6:e994caf2503d which were created as a result of a recently fixed bug.
author devteam <devteam@galaxyproject.org>
date Mon, 13 Jan 2014 12:40:18 -0500
parents 0d133c7c387e
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    
    <package name="rseqc" version="2.3.7">
        <install version = "1.0">
            <actions>
                <action type="download_by_url">https://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz</action>
                <action type="shell_command">python setup.py install --root $INSTALL_DIR/lib/rseqc</action>
                <action type="set_environment">
                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/lib/python2.7/site-packages</environment_variable>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/lib/rseqc/usr/local/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
        	RSeQC version 2.3.7, documentation available at http://dldcc-web.brc.bcm.edu/lilab/liguow/CGI/rseqc/_build/html/index.html#.
        </readme>
    </package>
    
</tool_dependency>