Mercurial > repos > geco-team > gmql_queries_composer
comparison gmql_operators_extend.xml @ 0:a80c93182db3 draft default tip
planemo upload for repository https://github.com/lu-brn/gmql-galaxy commit 953ee36ceda5814dc9baa03427bc0eb4ee2e93bd-dirty
author | geco-team |
---|---|
date | Tue, 26 Jun 2018 09:08:06 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a80c93182db3 |
---|---|
1 <macros> | |
2 <import>gmql_queries_macros.xml</import> | |
3 <xml name="extend"> | |
4 <expand macro="input_var" name="input_var" label="Input Dataset" optional="false" /> | |
5 <expand macro="output_var" /> | |
6 <section name="new_metadata_attributes" title="New Metadata Attributes" expanded="true"> | |
7 <repeat name="new_attributes" title="Add Metadata Attribute to Result Dataset" min="1" | |
8 help="Builds new metadata attributes, assigns their values as the result of aggregate functions | |
9 calculated on sample region attributes, and adds them to the existing metadata attribute-value | |
10 pairs of the sample"> | |
11 <param name="new_name" type="text" label="New Region Attribute Name" optional="true"> | |
12 <expand macro="text_val"/> | |
13 </param> | |
14 <expand macro="aggrFuncs" help="Sum, average, maximum, minimum and standard deviation are only for numerical | |
15 attributes" optional="false" label="Aggregate Function to apply"> | |
16 <option value="q1">First Quartile</option> | |
17 <option value="q2">Second Quartile</option> | |
18 <option value="q3">Third Quartile</option> | |
19 </expand> | |
20 <param name="argument" label="Region attributes over which apply function" type="text" optional="true"> | |
21 <expand macro="text_val"/> | |
22 </param> | |
23 </repeat> | |
24 </section> | |
25 <expand macro="materialize_stm" /> | |
26 </xml> | |
27 </macros> |