annotate macros.xml @ 0:dabc1e7ca486 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 14:54:54 -0500
parents
children 3b0006e824c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
2 <macros>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
3 <token name="@VERSION@">1.2</token>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
4 <xml name="requirements">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
5 <requirements>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
6 <requirement type="package" version="1.2">bcftools</requirement>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
7 </requirements>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
8 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
9 <xml name="version_command">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
10 <version_command><![CDATA[bcftools 2>&1 | grep 'Version:']]></version_command>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
11 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
12 <xml name="citations">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
13 <citations>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
14 <citation type="doi">10.1093/bioinformatics/btp352</citation>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
15 <yield />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
16 </citations>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
17 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
18 <xml name="macro_exclude">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
19 <param name="exclude" label="Exclude" help="exclude sites for which the expression is true (see man page for details)" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
20 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
21 <xml name="macro_collapse">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
22 <param name="collapse" label="Collapse" type="select" optional="True" help="Controls how to treat records with duplicate positions and defines compatible records across multiple input files">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
23 <option value="snps">snps</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
24 <option value="indels">indels</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
25 <option value="both">both</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
26 <option value="all">all</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
27 <option value="some">some</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
28 <option value="none" selected="True">None</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
29 </param>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
30 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
31 <xml name="macro_apply_filters_repeat">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
32 <repeat name="apply_filters_repeat" title="Apply Filters">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
33 <param name="apply_filters" label="Apply Filters" help="require at least one of the listed FILTER strings (e.g. &quot;PASS,.&quot;)" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
34 </repeat>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
35 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
36
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
37 <token name="@SEC_DEF_REGIONS@">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
38 #if $sec_default.regions_file:
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
39 --regions-file "${sec_default.regions_file}"
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
40 #end if
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
41 </token>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
42 <token name="@SEC_DEF_TARGETS@">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
43 #if $sec_default.targets_file:
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
44 --targets-file "${sec_default.targets_file}"
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
45 #end if
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
46 </token>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
47 <token name="@SEC_DEF_SAMPLES@">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
48 #if $sec_default.samples_file:
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
49 --samples-file "${sec_default.samples_file}"
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
50 #end if
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
51 </token>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
52
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
53 <xml name="macro_samples">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
54 <param name="samples_file" label="Samples File" type="data" format="data" optional="True" help="file of samples to include" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
55 <param name="invert_samples_file" label="Invert Samples" type="boolean" truevalue="^" falsevalue="" help="inverts the query/filtering applied by the sample file selection" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
56 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
57 <xml name="macro_targets">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
58 <param name="targets_file" label="Targets File" type="data" format="data" optional="True" help="similar to -R but streams rather than index-jumps" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
59 <param name="invert_targets_file" label="Invert Targets" type="boolean" truevalue="^" falsevalue="" help="inverts the query/filtering applied by the target file selection" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
60 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
61 <xml name="macro_regions">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
62 <param name="regions_file" label="Regions File" type="data" format="data" optional="True" help="restrict to regions listed in a file" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
63 <param name="invert_regions_file" label="Invert Regions" type="boolean" truevalue="^" falsevalue="" help="inverts the query/filtering applied by region file selection" />
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
64 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
65 <xml name="macro_select_output_type">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
66 <param name="select_output_type" type="select">
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
67 <option value="v" selected="True">uncompressed VCF</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
68 <option value="z">compressed VCF</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
69 <option value="u">uncompressed BCF</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
70 <option value="b">compressed BCF</option>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
71 </param>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
72 </xml>
dabc1e7ca486 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
diff changeset
73 </macros>