changeset 7:9369e9b11b8d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 45892bbb7b760b9d35299ed50028d4c5c5741970"
author iuc
date Thu, 08 Apr 2021 20:44:50 +0000
parents 8823a9d45ed0
children aa829050d061
files hicFindRestrictionSites.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hicFindRestrictionSites.xml	Tue Mar 16 14:51:57 2021 +0000
+++ b/hicFindRestrictionSites.xml	Thu Apr 08 20:44:50 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>