Mercurial > repos > pjbriggs > ceas
annotate tool_dependencies.xml @ 6:55ed5e1b7a07 draft
Get R 3.1.2 dependency from toolshed.
| author | pjbriggs |
|---|---|
| date | Tue, 18 Oct 2016 07:36:43 -0400 |
| parents | 4e2883bb058d |
| children | 7ed66f11cdcc |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 6 | 3 <!-- R 3.1.2 from main/test toolshed --> |
| 2 | 4 <package name="R" version="3.1.2"> |
| 6 | 5 <repository changeset_revision="1ca39eb16186" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 2 | 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> | |
|
4
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
86 <!-- fetchChromSize from UCSC tools --> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
87 <package name="ucsc_fetchChromSizes" version="1.0"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
88 <install version="1.0"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
89 <actions> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
90 <action type="download_binary"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
91 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/fetchChromSizes</url_template> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
92 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
93 <action type="chmod"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
94 <file mode="755">$INSTALL_DIR/fetchChromSizes</file> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
95 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
96 <action type="set_environment"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
97 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
98 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
99 </actions> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
100 </install> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
101 <readme>Installs the binary executable for the fetchChromSizes utility |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
102 from UCSC tools |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
103 </readme> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
104 </package> |
| 0 | 105 </tool_dependency> |
