Mercurial > repos > pjbriggs > ceas
annotate tool_dependencies.xml @ 8:c9c4792d0876 draft
Fix requirement for bx-python dependency.
| author | pjbriggs |
|---|---|
| date | Tue, 18 Oct 2016 08:19:57 -0400 |
| parents | 7ed66f11cdcc |
| children |
| 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 | 7 <!-- bx_python from main/test toolshed --> |
| 8 | 8 <package name="bx-python" version="0.7.1"> |
| 7 | 9 <repository changeset_revision="6a811020ff2f" name="package_bx_python_0_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 10 </package> | |
| 2 | 11 <!-- Python mysqldb package --> |
| 0 | 12 <package name="python_mysqldb" version="1.2.5"> |
| 13 <install version="1.0"> | |
| 14 <actions> | |
| 15 <action type="download_by_url">https://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-1.2.5.zip</action> | |
| 16 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 17 <action type="shell_command"> | |
| 18 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 20 </action> | |
| 21 <action type="set_environment"> | |
| 22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 24 </action> | |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme>Installs Python module MySQLdb 1.2.5</readme> | |
| 28 </package> | |
| 29 <!-- cistrome_ceas | |
| 30 Installs the version of CEAS package found in the Cistrome | |
| 31 distribution: | |
| 32 https://bitbucket.org/cistrome/cistrome-applications-harvard/overview | |
| 33 --> | |
| 34 <package name="cistrome_ceas" version="1.0.2.d8c0751"> | |
| 35 <install version="1.0"> | |
| 36 <actions> | |
| 37 <action type="shell_command"> | |
| 38 hg clone https://bitbucket.org/cistrome/cistrome-applications-harvard cistrome_ceas | |
| 39 </action> | |
| 40 <action type="shell_command"> | |
| 41 hg update d8c0751 | |
| 42 </action> | |
| 43 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 44 <action type="shell_command"> | |
| 45 cd published-packages/CEAS/ | |
| 46 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 47 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 48 </action> | |
| 49 <action type="set_environment"> | |
| 50 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 51 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 52 </action> | |
| 53 </actions> | |
| 54 </install> | |
| 55 <readme>Installs version 1.0.2 of CEAS from cistrome (commit id d8c0751, | |
| 56 datestamp 20140929), which includes ceasBW (a version of ceas which can | |
| 57 handle bigWig file input from MACS2. | |
| 58 | |
| 59 Cistrome code is at | |
| 60 https://bitbucket.org/cistrome/cistrome-applications-harvard/overview | |
| 61 | |
| 62 The CEAS code is under the published-packages/CEAS/ subdirectory | |
| 63 | |
| 64 Cistrome data files and documentation can be found at | |
| 65 http://liulab.dfci.harvard.edu/CEAS/index.html | |
| 66 </readme> | |
| 67 </package> | |
|
4
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
68 <!-- fetchChromSize from UCSC tools --> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
69 <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
|
70 <install version="1.0"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
71 <actions> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
72 <action type="download_binary"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
73 <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
|
74 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
75 <action type="chmod"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
76 <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
|
77 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
78 <action type="set_environment"> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
79 <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
|
80 </action> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
81 </actions> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
82 </install> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
83 <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
|
84 from UCSC tools |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
85 </readme> |
|
4e2883bb058d
Synchronise version with one on main toolshed (version of 30/06/2015)
pjbriggs
parents:
2
diff
changeset
|
86 </package> |
| 0 | 87 </tool_dependency> |
