changeset 2:35c07741031b draft

planemo upload for repository https://github.com/brsynth/molecule-signature commit b64a61400688127dfce11f04952a368cfe2b900c
author tduigou
date Fri, 07 Feb 2025 12:35:01 +0000
parents 2ed696bb6a6b
children cda3af74acca
files enumerate.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/enumerate.xml	Fri Feb 07 12:16:19 2025 +0000
+++ b/enumerate.xml	Fri Feb 07 12:35:01 2025 +0000
@@ -15,7 +15,7 @@
         <param name="input_smiles_str" type="text" label="SMILES of the molecule">
             <validator type="empty_field" message="You must provide the InChI string" />
             <validator type="length" max="999" message="Length of SMILES is comprised between [1-999]" />
-            <validator type="regex" negate="true" message="Wildcards are not allowed">^(?:\*)$</validator>
+            <validator type="regex" message="Wildcards are not allowed">^[^*?]*$</validator>
             <sanitizer sanitize="false" />
         </param>
         <param name="input_alphabet_npz" type="data" format="npz" label="Alphabet file" />