# HG changeset patch # User iuc # Date 1481639115 18000 # Node ID 436dc65bd902e0056ba4b32747be6d9cccbfc747 # Parent abc464ca7260dc385840f795c2e403131d426774 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cwpair2 commit f924b8d7ac95d574cad6b81b6cd49a9c1f642483 diff -r abc464ca7260 -r 436dc65bd902 cwpair2.xml --- 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 @@ cwpair2_macros.xml - + - 1.0 + 1.1 - anaconda + matplotlib diff -r abc464ca7260 -r 436dc65bd902 cwpair2_util.py --- 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} diff -r abc464ca7260 -r 436dc65bd902 cwpair2_util.pyc Binary file cwpair2_util.pyc has changed diff -r abc464ca7260 -r 436dc65bd902 tool_dependencies.xml --- 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 @@ - - - - - -