Mercurial > repos > iuc > transit_resampling
comparison macros.xml @ 8:32a5211380bc draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit bd061799ebd49ada1a666d0815720c18291728da"
| author | iuc |
|---|---|
| date | Wed, 16 Oct 2019 04:29:26 -0400 |
| parents | 8ab1c8c909a7 |
| children | 9c8cae95df54 |
comparison
equal
deleted
inserted
replaced
| 7:8ab1c8c909a7 | 8:32a5211380bc |
|---|---|
| 16 <token name="@VERSION@">3.0.1</token> | 16 <token name="@VERSION@">3.0.1</token> |
| 17 <xml name="outputs"> | 17 <xml name="outputs"> |
| 18 <yield /> | 18 <yield /> |
| 19 <data name="sites" from_work_dir="transit_out.txt" format="tabular" label="${tool.name} on ${on_string} Sites" /> | 19 <data name="sites" from_work_dir="transit_out.txt" format="tabular" label="${tool.name} on ${on_string} Sites" /> |
| 20 </xml> | 20 </xml> |
| 21 <xml name="replicates"> | 21 <xml name="handle_replicates"> |
| 22 <param name="replicates" type="select" label="How to handle replicates"> | 22 <param name="handle_replicates" type="select" label="How to handle replicates" value="Mean"> |
| 23 <option value="Sum">Sum</option> | |
| 23 <option value="Mean">Mean</option> | 24 <option value="Mean">Mean</option> |
| 24 <option value="Sum">Sum</option> | |
| 25 </param> | 25 </param> |
| 26 </xml> | 26 </xml> |
| 27 <xml name="inputs"> | 27 <xml name="inputs"> |
| 28 <conditional name="mode"> | 28 <conditional name="mode"> |
| 29 <param name="replicates" type="select" label="Operation mode" help="If set to 'Batch', transit will run and produce one output for each input file. If set to 'Replicates', transit will run once on all the input files."> | 29 <param name="replicates" type="select" label="Operation mode" help="If set to 'Batch', transit will run and produce one output for each input file. If set to 'Replicates', transit will run once on all the input files."> |
| 76 </token> | 76 </token> |
| 77 <token name="@STANDARD_OPTIONS@"> | 77 <token name="@STANDARD_OPTIONS@"> |
| 78 -iN $nterm | 78 -iN $nterm |
| 79 -tC $cterm | 79 -tC $cterm |
| 80 -n $normalization | 80 -n $normalization |
| 81 -r $handle_replicates | |
| 81 </token> | 82 </token> |
| 82 </macros> | 83 </macros> |
