view tool_dependencies.xml @ 35:34b33b5ae288

Testing whl bundle install 2
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Tue, 01 Dec 2015 21:13:59 +0000
parents 3c6ce517b9f2
children 8b0be4a3a4c4
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="riboplot" version="0.2.5">
        <install version="1.0">
			<actions_group>
            <actions os="linux" architecture="x86_64">
                <action type="download_by_url">https://github.com/vimalkvn/riboplot/releases/download/0.2.5/riboplot-whl-bundle-0.2.5.tar.bz2</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
            </actions>
            <actions>
                <action type="setup_virtualenv">--no-index 
                --no-deps
                $INSTALL_DIR/*</action>
                <action type="set_environment">
                    <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                </action>
            </actions>
        </actions_group>
        </install>
        <readme>
            Please check README.rst
        </readme>
    </package>
    <package name="bedtools" version="2.24">
        <repository changeset_revision="39b86c1e267d" name="package_bedtools_2_24"
            owner="iuc" prior_installation_required="True"
            toolshed="https://toolshed.g2.bx.psu.edu/" />
    </package>
</tool_dependency>