Mercurial > repos > fubar > tool_factory_2
comparison toolfactory/rgToolFactory2.xml @ 128:56aa8105000d draft
Uploaded
author | fubar |
---|---|
date | Tue, 30 Mar 2021 02:51:51 +0000 |
parents | def0f754ee1b |
children | c35ff02652bf |
comparison
equal
deleted
inserted
replaced
127:98c8a76b3638 | 128:56aa8105000d |
---|---|
103 help="If positional parameters, enter the integer ordinal expected for this parameter. If argparse, ignore unless STDOUT needed" value=""/> | 103 help="If positional parameters, enter the integer ordinal expected for this parameter. If argparse, ignore unless STDOUT needed" value=""/> |
104 <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation" | 104 <param name="history_test" type="text" label="Test pass decision criterion for this output compared to test generation" |
105 help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="diff:0"/> | 105 help="Available options are diff:[lines], sim_size:[delta (integer) or delta_frac (float)" value="diff:0"/> |
106 </repeat> | 106 </repeat> |
107 <repeat name="collection_outputs" title="zero or more new history collections to appear in the user history after the tool runs" | 107 <repeat name="collection_outputs" title="zero or more new history collections to appear in the user history after the tool runs" |
108 help="A collection contains outputs not needed for downstream tools such as images and intermediate reports" default="0"> | 108 help="Hides outputs not needed for downstream tools such as images and intermediate reports." default="0"> |
109 <param name="name" type="text" label="Name for new collection with all outputs not individually passed to history outputs" | 109 <param name="name" type="text" label="Name for new collection with all outputs not individually passed to history outputs" |
110 help="No spaces! "> | 110 help="No spaces! Script MUST create and fill a directory with the same name and the tool test MUST be overwritten - see the plotter example for hints"> |
111 <sanitizer invalid_char="_"> | 111 <sanitizer invalid_char="_"> |
112 <valid initial="string.ascii_letters,string.digits" > | 112 <valid initial="string.ascii_letters,string.digits" > |
113 <add value="_" /> | 113 <add value="_" /> |
114 </valid> | 114 </valid> |
115 </sanitizer> | 115 </sanitizer> |