view tool_dependencies.xml @ 1:9dd10b6c51be default tip

remove some whitespace
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 29 Apr 2014 14:33:59 -0400
parents 3523d9b188b6
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <!-- MACS2 version 2.0.10 12162013 -->
    <package name="macs2" version="2.0.10.20131216">
        <install version="1.0">
            <actions>
                <action type="setup_virtualenv" python="python2.7" use_requirements_file="False">numpy==1.7.1
                    scipy==0.12.0
                    MACS2==2.0.10.20131216
                </action>
            </actions>
        </install>
        <readme>Installs MACS2 using a pip inside of a virtual_env. Also installs numpy and scipy. MACS2 can be found at https://github.com/taoliu/MACS</readme>
    </package>
</tool_dependency>