comparison toolfactory/rgToolFactory2.xml @ 117:b1a29d3d50d6 draft

Uploaded
author fubar
date Sun, 06 Dec 2020 01:21:06 +0000
parents b1ea31ea3f00
children e43c43396a70
comparison
equal deleted inserted replaced
116:b1ea31ea3f00 117:b1a29d3d50d6
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="one or more output file parameters generated by the tool to be added to the user history" 70 <repeat name="history_outputs" title="one or more output file parameters generated by the tool to be added to the user history"
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="Argparse will also use this name as --[name]"/> 72 <param name="history_name" type="text" label="Name for this output to appear in new history" optional="false"
73 help="No spaces! Argparse will also use this name as --[name]">
74 <sanitizer invalid_char="_">
75 <valid initial="string.letters,string.digits"/>
76 <add value="_" />
77 </sanitizer>
78 </param>
73 <param name="history_format" type="select" multiple="false" label="Select the datatype for this output" 79 <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"> 80 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"> 81 <options from_parameter="tool.app.datatypes_registry.upload_file_formats">
76 <column name="value" index="0"/> 82 <column name="value" index="0"/>
77 </options> 83 </options>