comparison toolfactory/rgToolFactory2.xml @ 111:223b78754735 draft

Uploaded
author fubar
date Sun, 29 Nov 2020 07:51:53 +0000
parents e878bfc6b80c
children 5509dc4c1cf2
comparison
equal deleted inserted replaced
110:ab2474035f81 111:223b78754735
67 help="If you will pass positional parameters, enter the integer ordinal for this parameter. If Argparse style, '--' will be prepended or '-' if single character" value=""> 67 help="If you will pass positional parameters, enter the integer ordinal for this parameter. If Argparse style, '--' will be prepended or '-' if single character" value="">
68 </param> 68 </param>
69 </repeat> 69 </repeat>
70 <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" 70 <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"
71 help="The name will become a history item for users of the new tool you are making containing one of it's outputs"> 71 help="The name will become a history item for users of the new tool you are making containing one of it's outputs">
72 <param name="history_name" type="text" label="Name for this output to appear in new history" optional="false" help=""/> 72 <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]"/>
73 <param name="history_format" type="select" multiple="false" label="Select the datatype for this output" 73 <param name="history_format" type="select" multiple="false" label="Select the datatype for this output"
74 help="If your datatype is not listed here, it has to be added in galaxy's datatypes_conf.xml" value="tabular"> 74 help="If your datatype is not listed here, it has to be added in galaxy's datatypes_conf.xml" value="tabular">
75 <options from_parameter="tool.app.datatypes_registry.upload_file_formats"> 75 <options from_parameter="tool.app.datatypes_registry.upload_file_formats">
76 <column name="value" index="0"/> 76 <column name="value" index="0"/>
77 </options> 77 </options>
78 </param> 78 </param>
79 <param name="history_CL" type="text" label="Positional: ordinal integer. Argparse: argument name expected for this output parameter. Use STDOUT if '>' required." 79 <param name="history_CL" type="text" label="Positional: ordinal integer. Use STDOUT if '>' required. Otherwise ignored if argparse because name is used"
80 help="If positional parameters, enter the integer ordinal expected for this parameter. If Argparse style, '--' will be prepended or '-' if single character" value=""/> 80 help="If positional parameters, enter the integer ordinal expected for this parameter. If argparse, ignore unless STDOUT needed" value=""/>
81 <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation" 81 <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation"
82 help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="sim_size:0.01"/> 82 help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="sim_size:0.01"/>
83 </repeat> 83 </repeat>
84 </xml> 84 </xml>
85 <xml name="additparam"> 85 <xml name="additparam">