|
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">
|
|
10
|
10 <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
0
|
11 </package>
|
|
11
|
12 <set_environment version="1.0">
|
|
|
13 <environment_variable action="set_to" name="MACS2_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
|
14 </set_environment>
|
|
12
|
15 <!-- 2.0.10 12162013 -->
|
|
|
16 <package name="macs2" version="2.0.10.3">
|
|
0
|
17 <install version="1.0">
|
|
|
18 <actions>
|
|
12
|
19 <action type="shell_command">git clone --recursive https://github.com/taoliu/MACS.git</action>
|
|
13
|
20 <action type="change_directory">MACS</action>
|
|
12
|
21 <action type="shell_command">git checkout 7ccb571d2f2dcb5be1d75f323b1d17a59b926deb</action>
|
|
|
22 <action type="shell_command">git submodule update --recursive</action>
|
|
|
23
|
|
3
|
24 <action type="set_environment_for_install">
|
|
|
25 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
26 <package name="numpy" version="1.7.1" />
|
|
|
27 </repository>
|
|
4
|
28 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
29 <package name="scipy" version="0.12.0" />
|
|
3
|
30 </repository>
|
|
|
31 </action>
|
|
|
32 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
33 <action type="shell_command">
|
|
|
34 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
6
|
35 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
3
|
36 </action>
|
|
|
37 <action type="set_environment">
|
|
|
38 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
39 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
|
|
|
40 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
|
|
5
|
41 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
3
|
42 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
|
|
|
43 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
44 </action>
|
|
0
|
45 </actions>
|
|
|
46 </install>
|
|
|
47 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme>
|
|
|
48 </package>
|
|
|
49 </tool_dependency>
|