Mercurial > repos > dpryan79 > package_python_2_7_pybigwig
annotate tool_dependencies.xml @ 1:058db7266e7b draft
Need to include package_python_2_7 as part of setup_python_environment
author | dpryan79 |
---|---|
date | Tue, 01 Dec 2015 09:45:13 -0500 |
parents | 43b723d8052a |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libcurl" version="7.35"> | |
4 <repository changeset_revision="8d4b20e45bd1" name="package_libcurl_7_35" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="python" version="2.7.10"> | |
7 <repository changeset_revision="2f32acbaf21a" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="pybigwig" version="0.1.9"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="setup_python_environment"> | |
13 <repository changeset_revision="8d4b20e45bd1" name="package_libcurl_7_35" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
14 <package name="libcurl" version="7.35" /> | |
15 </repository> | |
1
058db7266e7b
Need to include package_python_2_7 as part of setup_python_environment
dpryan79
parents:
0
diff
changeset
|
16 <repository changeset_revision="2f32acbaf21a" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
058db7266e7b
Need to include package_python_2_7 as part of setup_python_environment
dpryan79
parents:
0
diff
changeset
|
17 <package name="python" version="2.7.10" /> |
058db7266e7b
Need to include package_python_2_7 as part of setup_python_environment
dpryan79
parents:
0
diff
changeset
|
18 </repository> |
0 | 19 <!-- Just download from pypi --> |
20 <package md5sum="8ed6a7c2d03c94ae534f8bc549300f5e">https://pypi.python.org/packages/source/p/pyBigWig/pyBigWig-0.1.9.tar.gz</package> | |
21 </action> | |
22 <action type="set_environment"> | |
23 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | |
24 </action> | |
25 </actions> | |
26 </install> | |
27 <readme>Compiles and installs pyBigWig, which requires a compiler (typically gcc) and libcurl.</readme> | |
28 </package> | |
29 </tool_dependency> |