changeset 0:3523d9b188b6

create
author Daniel Blankenberg <dan@bx.psu.edu>
date Tue, 29 Apr 2014 13:34:16 -0400
parents
children 9dd10b6c51be
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Apr 29 13:34:16 2014 -0400
@@ -0,0 +1,17 @@
+<?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>
+