Mercurial > repos > fubar_too > toolfactory
diff toolfactory/ToolFactory.xml @ 8:7596aa302d60 draft
Uploaded
author | fubar_too |
---|---|
date | Thu, 01 Jul 2021 05:52:07 +0000 |
parents | 312eb2aaf313 |
children | 8d9f58226cfd |
line wrap: on
line diff
--- a/toolfactory/ToolFactory.xml Mon Jun 21 04:18:59 2021 +0000 +++ b/toolfactory/ToolFactory.xml Thu Jul 01 05:52:07 2021 +0000 @@ -143,12 +143,8 @@ </section> </xml> <xml name="additparam"> - <section name="addparam" title="Arguments" help="Executable or script settings passed on the command line other than I/O files" expanded="true"> - <param name="edit_params" type="hidden" display="radio" label="Make these settings on the generated tool form user editable?" - help="If no, users will NOT be able to alter any additional parameters. If yes, these will appear on the tool form as text fields with no validation or sanitizing"> - <option value="yes" selected="true">Yes, allow user to edit all additional parameters on the generated tool form</option> - <option value="no">No - use the fixed values for all additional parameters - no user editing</option> - </param> + <section name="addparam" title="Executable or script settings passed on the command line other than I/O files" expanded="true"> + <param name="edit_params" type="hidden" /> <repeat name="additional_parameters" title="User supplied parameters" min="0" help="Settings for the user to adjust. Passed to the executable on the command line. See examples below to see how these can be parsed by scripts in various languages"> <param name="param_name" type="text" value="" label="Choose the name for this parameter - MUST not be blank!"> @@ -363,7 +359,6 @@ <expand macro="additparam" /> </when> <when value="0"> - <expand macro="io"/> </when> </conditional> </section> @@ -412,7 +407,7 @@ <param name="input_files" value="input1_sample" /> <param name="input_CL" value="1" /> <param name="input_formats" value="txt" /> - <param name="input_label" value="input" /> + <param name="input_label" value="input" />rm <param name="input_help" value="help" /> <param name="tool_name" value="pyrevpos" /> <param name="parampass" value="positional" />