Mercurial > repos > tduigou > molecule_signature_enumerate
changeset 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 | |
files | enumerate.xml macros.xml |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
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>
--- a/macros.xml Fri Feb 07 12:35:01 2025 +0000 +++ b/macros.xml Fri Feb 14 16:03:22 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.1.0</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">molecule-signature</requirement>