Mercurial > repos > iuc > cwpair2
changeset 3:436dc65bd902 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cwpair2 commit f924b8d7ac95d574cad6b81b6cd49a9c1f642483
author | iuc |
---|---|
date | Tue, 13 Dec 2016 09:25:15 -0500 |
parents | abc464ca7260 |
children | d843468aeb8f |
files | cwpair2.xml cwpair2_macros.xml cwpair2_util.py cwpair2_util.pyc tool_dependencies.xml |
diffstat | 5 files changed, 4 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/cwpair2.xml Tue Jul 26 06:06:17 2016 -0400 +++ b/cwpair2.xml Tue Dec 13 09:25:15 2016 -0500 @@ -5,7 +5,7 @@ <import>cwpair2_macros.xml</import> </macros> <expand macro="requirements" /> - <command> + <command detect_errors="aggressive"> <![CDATA[ python $__tool_directory__/cwpair2.py #for $i in $input:
--- a/cwpair2_macros.xml Tue Jul 26 06:06:17 2016 -0400 +++ b/cwpair2_macros.xml Tue Dec 13 09:25:15 2016 -0500 @@ -1,9 +1,9 @@ <?xml version='1.0' encoding='UTF-8'?> <macros> - <token name="@WRAPPER_VERSION@">1.0</token> + <token name="@WRAPPER_VERSION@">1.1</token> <xml name="requirements"> <requirements> - <requirement type="package" version="2.3.0">anaconda</requirement> + <requirement type="package" version="1.5.3">matplotlib</requirement> </requirements> </xml> <xml name="stdio">
--- a/cwpair2_util.py Tue Jul 26 06:06:17 2016 -0400 +++ b/cwpair2_util.py Tue Dec 13 09:25:15 2016 -0500 @@ -193,6 +193,7 @@ return None return min(window, key=lambda cpeak: abs(distance(peak, cpeak) - mode)) + METHODS = {'mode': match_mode, 'closest': match_closest, 'largest': match_largest}
--- a/tool_dependencies.xml Tue Jul 26 06:06:17 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<tool_dependency> - <package name="anaconda" version="2.3.0"> - <repository changeset_revision="94d978ebbfd4" name="package_anaconda_2_3_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> - </package> -</tool_dependency>