Mercurial > repos > fubar > tool_factory_2
diff toolfactory/rgToolFactory2.xml @ 111:223b78754735 draft
Uploaded
author | fubar |
---|---|
date | Sun, 29 Nov 2020 07:51:53 +0000 |
parents | e878bfc6b80c |
children | 5509dc4c1cf2 |
line wrap: on
line diff
--- a/toolfactory/rgToolFactory2.xml Sun Nov 29 06:16:34 2020 +0000 +++ b/toolfactory/rgToolFactory2.xml Sun Nov 29 07:51:53 2020 +0000 @@ -69,15 +69,15 @@ </repeat> <repeat name="history_outputs" title="Add a tool run output file to the user's history from your tool - Use the '+' button to add as many as needed" help="The name will become a history item for users of the new tool you are making containing one of it's outputs"> - <param name="history_name" type="text" label="Name for this output to appear in new history" optional="false" help=""/> + <param name="history_name" type="text" label="Name for this output to appear in new history" optional="false" help="Argparse will also use this name as --[name]"/> <param name="history_format" type="select" multiple="false" label="Select the datatype for this output" help="If your datatype is not listed here, it has to be added in galaxy's datatypes_conf.xml" value="tabular"> <options from_parameter="tool.app.datatypes_registry.upload_file_formats"> <column name="value" index="0"/> </options> </param> - <param name="history_CL" type="text" label="Positional: ordinal integer. Argparse: argument name expected for this output parameter. Use STDOUT if '>' required." - help="If positional parameters, enter the integer ordinal expected for this parameter. If Argparse style, '--' will be prepended or '-' if single character" value=""/> + <param name="history_CL" type="text" label="Positional: ordinal integer. Use STDOUT if '>' required. Otherwise ignored if argparse because name is used" + help="If positional parameters, enter the integer ordinal expected for this parameter. If argparse, ignore unless STDOUT needed" value=""/> <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation" help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="sim_size:0.01"/> </repeat>