comparison 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
comparison
equal deleted inserted replaced
2:35c07741031b 3:cda3af74acca
11 --alphabet 'alphabet.npz' 11 --alphabet 'alphabet.npz'
12 --output '$output_enumerate_tsv' 12 --output '$output_enumerate_tsv'
13 ]]></command> 13 ]]></command>
14 <inputs> 14 <inputs>
15 <param name="input_smiles_str" type="text" label="SMILES of the molecule"> 15 <param name="input_smiles_str" type="text" label="SMILES of the molecule">
16 <validator type="empty_field" message="You must provide the InChI string" /> 16 <validator type="empty_field" message="You must provide the SMILES string" />
17 <validator type="length" max="999" message="Length of SMILES is comprised between [1-999]" />
18 <validator type="regex" message="Wildcards are not allowed">^[^*?]*$</validator> 17 <validator type="regex" message="Wildcards are not allowed">^[^*?]*$</validator>
19 <sanitizer sanitize="false" /> 18 <sanitizer sanitize="false" />
20 </param> 19 </param>
21 <param name="input_alphabet_npz" type="data" format="npz" label="Alphabet file" /> 20 <param name="input_alphabet_npz" type="data" format="npz" label="Alphabet file" />
22 </inputs> 21 </inputs>