Previous changeset 6:8823a9d45ed0 (2021-03-16) Next changeset 8:aa829050d061 (2023-01-10) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 45892bbb7b760b9d35299ed50028d4c5c5741970" |
modified:
hicFindRestrictionSites.xml |
b |
diff -r 8823a9d45ed0 -r 9369e9b11b8d hicFindRestrictionSites.xml --- 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> |