Mercurial > repos > iuc > gff_to_prot
changeset 3:b12ff7a3ee41 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:33:13 -0400 |
parents | c1751dfb4d94 |
children | 2aea122fbd25 |
files | macros.xml |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Oct 08 08:25:10 2019 -0400 +++ b/macros.xml Wed Oct 16 04:33:13 2019 -0400 @@ -18,10 +18,10 @@ <yield /> <data name="sites" from_work_dir="transit_out.txt" format="tabular" label="${tool.name} on ${on_string} Sites" /> </xml> - <xml name="replicates"> - <param name="replicates" type="select" label="How to handle replicates"> + <xml name="handle_replicates"> + <param name="handle_replicates" type="select" label="How to handle replicates" value="Mean"> + <option value="Sum">Sum</option> <option value="Mean">Mean</option> - <option value="Sum">Sum</option> </param> </xml> <xml name="inputs"> @@ -78,5 +78,6 @@ -iN $nterm -tC $cterm -n $normalization + -r $handle_replicates </token> </macros>