changeset 6:9cbb4e6ce509 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 45892bbb7b760b9d35299ed50028d4c5c5741970"
author iuc
date Thu, 08 Apr 2021 19:43:47 +0000
parents b7ce646b29e1
children a0fc26d49607
files hicFindRestrictionSites.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hicFindRestrictionSites.xml	Tue Mar 16 13:48:00 2021 +0000
+++ b/hicFindRestrictionSites.xml	Thu Apr 08 19:43:47 2021 +0000
@@ -19,7 +19,7 @@
                     is a regexp and can contain regexp specif syntax
                     (see https://docs.python.org/2/library/re.html). For example the pattern
                     CG..GC will find all occurrence of CG followed by any two bases and then GC.'>
-            <validator type="expression" message="Only ASCII characters are allowed.">value.isascii()</validator>
+            <validator type="expression" message="Only ASCII characters are allowed."><![CDATA[all(ord(c) < 128 for c in value)]]></validator>
         </param>
     </inputs>
     <outputs>