0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
2
|
3 <package name="numpy" version="1.7.1">
|
|
4 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
4
|
6 <package name="scipy" version="0.12.0">
|
|
7 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
2
|
8 </package>
|
1
|
9 <package name="R_3_0_1" version="3.0.1">
|
6
|
10 <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
11 </package>
|
|
12 <package name="macs2" version="2.0.10.2">
|
|
13 <install version="1.0">
|
|
14 <actions>
|
3
|
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>
|
4
|
20 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
21 <package name="scipy" version="0.12.0" />
|
3
|
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 &&
|
6
|
27 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
3
|
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>
|
5
|
33 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
3
|
34 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
|
|
35 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable>
|
|
36 </action>
|
0
|
37 </actions>
|
|
38 </install>
|
|
39 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme>
|
|
40 </package>
|
|
41 </tool_dependency>
|