Mercurial > repos > iuc > package_python_2_7_deeptools_1_5_11
changeset 1:9c4e01c148b8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_deeptools_1_5_11 commit cc066b7c430f28671ebb42052fa2eb086492904f-dirty
| author | iuc |
|---|---|
| date | Tue, 22 Sep 2015 06:21:42 -0400 |
| parents | 30c958a8db0e |
| children | 0eaccc10220c |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Sep 18 15:11:40 2015 -0400 +++ b/tool_dependencies.xml Tue Sep 22 06:21:42 2015 -0400 @@ -7,7 +7,7 @@ <repository changeset_revision="8d42102c4e36" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="matplotlib" version="1.4"> - <repository changeset_revision="345685d467fb" name="package_python_2_7_matplotlib_1_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="d46d42522eef" name="package_python_2_7_matplotlib_1_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="scipy" version="0.14"> <repository changeset_revision="7002d3382856" name="package_python_2_7_scipy_0_14" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> @@ -40,7 +40,7 @@ <repository changeset_revision="8d42102c4e36" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.9" /> </repository> - <repository changeset_revision="345685d467fb" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="d46d42522eef" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="matplotlib" version="1.4" /> </repository> <repository changeset_revision="7002d3382856" name="package_python_2_7_scipy_0_14" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -79,6 +79,9 @@ <environment_variable action="prepend_to" name="PATH">$ENV[PATH_PYSAM]</environment_variable> <!-- include ucsc tools --> <environment_variable action="prepend_to" name="PATH">$ENV[UCSC_TOOLS_ROOT_PATH]</environment_variable> + <!-- libpng lib path --> + <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$ENV[LIBPNG_LIB_PATH]</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_LIB_PATH]</environment_variable> <!-- disable the config file of deepTools --> <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable> </action>
