0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
2
|
3 <!-- Dependencies from main/test toolsheds -->
|
|
4 <package name="R" version="3.1.2">
|
|
5 <repository changeset_revision="41f43a2064ba" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
6 </package>
|
|
7 <!-- Python mysqldb package -->
|
0
|
8 <package name="python_mysqldb" version="1.2.5">
|
|
9 <install version="1.0">
|
|
10 <actions>
|
|
11 <action type="download_by_url">https://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.5.zip</action>
|
|
12 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
13 <action type="shell_command">
|
|
14 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
15 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
16 </action>
|
|
17 <action type="set_environment">
|
|
18 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
20 </action>
|
|
21 </actions>
|
|
22 </install>
|
|
23 <readme>Installs Python module MySQLdb 1.2.5</readme>
|
|
24 </package>
|
|
25 <!-- bx_python
|
|
26 This is cribbed from devteam's 'package_bx_python_0_7' in the main
|
|
27 toolshed:
|
|
28 https://toolshed.g2.bx.psu.edu/view/devteam/package_bx_python_0_7
|
|
29 -->
|
|
30 <package name="bx_python" version="0.7.1">
|
|
31 <install version="1.0">
|
|
32 <actions>
|
|
33 <action type="setup_virtualenv">
|
|
34 numpy==1.7.1
|
|
35 bx-python==0.7.1
|
|
36 </action>
|
|
37 <action type="set_environment">
|
|
38 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>
|
|
39 </action>
|
|
40 </actions>
|
|
41 </install>
|
|
42 <readme>
|
|
43 Installation of bx-python 0.7.1 along with numpy 1.7.1. The installation can be
|
|
44 accessed via BX_PYTHON_PATH.
|
|
45 </readme>
|
|
46 </package>
|
|
47 <!-- cistrome_ceas
|
|
48 Installs the version of CEAS package found in the Cistrome
|
|
49 distribution:
|
|
50 https://bitbucket.org/cistrome/cistrome-applications-harvard/overview
|
|
51 -->
|
|
52 <package name="cistrome_ceas" version="1.0.2.d8c0751">
|
|
53 <install version="1.0">
|
|
54 <actions>
|
|
55 <action type="shell_command">
|
|
56 hg clone https://bitbucket.org/cistrome/cistrome-applications-harvard cistrome_ceas
|
|
57 </action>
|
|
58 <action type="shell_command">
|
|
59 hg update d8c0751
|
|
60 </action>
|
|
61 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
62 <action type="shell_command">
|
|
63 cd published-packages/CEAS/
|
|
64 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
65 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
66 </action>
|
|
67 <action type="set_environment">
|
|
68 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
69 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
70 </action>
|
|
71 </actions>
|
|
72 </install>
|
|
73 <readme>Installs version 1.0.2 of CEAS from cistrome (commit id d8c0751,
|
|
74 datestamp 20140929), which includes ceasBW (a version of ceas which can
|
|
75 handle bigWig file input from MACS2.
|
|
76
|
|
77 Cistrome code is at
|
|
78 https://bitbucket.org/cistrome/cistrome-applications-harvard/overview
|
|
79
|
|
80 The CEAS code is under the published-packages/CEAS/ subdirectory
|
|
81
|
|
82 Cistrome data files and documentation can be found at
|
|
83 http://liulab.dfci.harvard.edu/CEAS/index.html
|
|
84 </readme>
|
|
85 </package>
|
|
86 </tool_dependency>
|