Mercurial > repos > tduigou > molecule_signature_enumerate
diff enumerate.xml @ 3:cda3af74acca draft default tip
planemo upload for repository https://github.com/brsynth/molecule-signature commit f9e708319991416e6931e9acd5619c472f3d3792
author | tduigou |
---|---|
date | Fri, 14 Feb 2025 16:03:22 +0000 |
parents | 35c07741031b |
children |
line wrap: on
line diff
--- a/enumerate.xml Fri Feb 07 12:35:01 2025 +0000 +++ b/enumerate.xml Fri Feb 14 16:03:22 2025 +0000 @@ -13,8 +13,7 @@ ]]></command> <inputs> <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="empty_field" message="You must provide the SMILES string" /> <validator type="regex" message="Wildcards are not allowed">^[^*?]*$</validator> <sanitizer sanitize="false" /> </param>