Mercurial > repos > yhoogstrate > crossmap
changeset 23:b55865ba56c8 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 290b453ad2abdb65322ec2e50889aaf2b03bb095-dirty
author | yhoogstrate |
---|---|
date | Fri, 28 Aug 2015 09:29:39 -0400 |
parents | 25d05a0bd194 |
children | b586c38fc381 |
files | crossmap.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/crossmap.xml Fri Aug 28 09:19:14 2015 -0400 +++ b/crossmap.xml Fri Aug 28 09:29:39 2015 -0400 @@ -3,6 +3,7 @@ <requirements> <requirement type="package" version="0.1">ucsc_tools</requirement> + <requirement type="package" version="2.7">python</requirement> <requirement type="package" version="0.2">crossmap</requirement> </requirements>
--- a/tool_dependencies.xml Fri Aug 28 09:19:14 2015 -0400 +++ b/tool_dependencies.xml Fri Aug 28 09:29:39 2015 -0400 @@ -3,6 +3,9 @@ <package name="ucsc_tools" version="0.1"><!-- For conversion of Wig and BigWig --> <repository changeset_revision="d31e73183b94" name="package_ucsc_tools_0_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> + <package name="python" version="2.7"><!-- This python build is compiled with the correct settings for Cython --> + <repository changeset_revision="17b9d79ae892" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> <package name="crossmap" version="0.2"> <repository changeset_revision="ff58cb74118d" name="package_crossmap_0_2" owner="yhoogstrate" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package>