comparison tool_dependencies.xml @ 3:af4c6d114047 draft

Uploaded
author iuc
date Thu, 16 Jan 2014 16:48:26 -0500
parents 1bb575b6c07c
children 9c88d83c2690
comparison
equal deleted inserted replaced
2:1bb575b6c07c 3:af4c6d114047
10 <repository changeset_revision="0a395bcd7efd" name="package_r_3_0_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="0a395bcd7efd" name="package_r_3_0_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
11 </package> 11 </package>
12 <package name="macs2" version="2.0.10.2"> 12 <package name="macs2" version="2.0.10.2">
13 <install version="1.0"> 13 <install version="1.0">
14 <actions> 14 <actions>
15 <action type="setup_virtualenv">MACS2==2.0.10.07132012</action> 15 <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.0.10.07132012.tar.gz</action>
16 <action type="set_environment_for_install">
17 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
18 <package name="numpy" version="1.7.1" />
19 </repository>
20 <repository changeset_revision="3c1bf479158c" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
21 <package name="scipy" version="0.12" />
22 </repository>
23 </action>
24 <action type="make_directory">$INSTALL_DIR/lib/python</action>
25 <action type="shell_command">
26 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
27 python setup.py install --install-lib $INSTALL_DIR/lib/python
28 </action>
29 <action type="set_environment">
30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
31 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
33 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
34 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable>
35 </action>
16 </actions> 36 </actions>
17 </install> 37 </install>
18 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme> 38 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme>
19 </package> 39 </package>
20 </tool_dependency> 40 </tool_dependency>