Mercurial > repos > geco-team > gmql_queries_composer
comparison gmql_operators_map.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="map"> | |
4 <expand macro="input_var" name="input_var_reference" label="Reference Dataset" optional="false" /> | |
5 <expand macro="input_var" name="input_var_experiment" label="Experiment Dataset" optional="false" /> | |
6 <expand macro="output_var" /> | |
7 <param name="count_result" type="text" label="Rename default counting attribute name" | |
8 help="The MAP operation always counts the number of each experiment sample region intersecting a certain reference region; | |
9 Results are stored by default in an attribute named count_[DSrefName]_[DSexpName]." | |
10 optional="true"> | |
11 <expand macro="text_val" /> | |
12 </param> | |
13 <section name="new_regions_attributes" title="New Genomic Region Attributes" expanded="false"> | |
14 <repeat name="new_regions" title="Add New Region Attribute to Result Dataset" min="0" default="0" | |
15 help="Create new genomic region attributes by using functions on existing experiment region attributes"> | |
16 <param name="new_name" type="text" label="New Region Attribute Name" optional="true"> | |
17 <expand macro="text_val"/> | |
18 </param> | |
19 <expand macro="aggrFuncs" help="Sum, average, maximum, minimum and standard deviation are only for numerical | |
20 attributes" optional="true" label="Aggregate Function to apply"/> | |
21 <param name="argument" label="Region attributes over which apply function" type="text" optional="true"> | |
22 <expand macro="text_val"/> | |
23 </param> | |
24 </repeat> | |
25 </section> | |
26 <section name="joinby" title="Condition on Samples Metadata" expanded="false" | |
27 help="A list of metadata attribute names (or their suffixes) that must be present with equal values in the metadata of | |
28 the reference and experiment samples."> | |
29 <repeat name="joinby_clause" title="Attributes to match" min="0" default="0" > | |
30 <expand macro="metajoin_attribute" name="j_att" optional="true" > | |
31 <expand macro="metajoin_options" /> | |
32 </expand> | |
33 </repeat> | |
34 </section> | |
35 <expand macro="materialize_stm" /> | |
36 </xml> | |
37 </macros> |