annotate macros.xml @ 2:4f3c5e634679 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit b1be52deee49703c602af519df3515e6ae957167
author iuc
date Sun, 25 Feb 2024 18:11:24 +0000
parents cdcaa40e5e45
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
2 <macros>
2
4f3c5e634679 planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit b1be52deee49703c602af519df3515e6ae957167
iuc
parents: 1
diff changeset
3 <token name="@TOOL_VERSION@">0.3.5</token>
0
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
4 <token name="@VERSION_SUFFIX@">0</token>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
5 <token name="@PROFILE@">20.01</token>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
6 <xml name="requirements">
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
7 <requirements>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">vcfanno</requirement>
2
4f3c5e634679 planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit b1be52deee49703c602af519df3515e6ae957167
iuc
parents: 1
diff changeset
9 <requirement type="package" version="1.11">tabix</requirement>
4f3c5e634679 planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit b1be52deee49703c602af519df3515e6ae957167
iuc
parents: 1
diff changeset
10 <requirement type="package" version="1.19.2">samtools</requirement>
0
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
11 </requirements>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
12 </xml>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
13 <xml name="version_command">
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
14 <version_command>vcfanno --help</version_command>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
15 </xml>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
16 <xml name="citations">
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
17 <citations>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
18 <citation type="bibtex">@online{vcfanno,
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
19 author = {Brent S. Pedersen},
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
20 title = {vcfanno},
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
21 year = 2016,
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
22 url = {https://github.com/brentp/vcfanno},
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
23 urldate = {2020-12-03}
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
24 }</citation>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
25 <citation type="doi">10.1186/s13059-016-0973-5</citation>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
26 </citations>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
27 </xml>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
28 <xml name="xrefs">
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
29 <xrefs>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
30 <xref type="bio.tools">vcfanno</xref>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
31 </xrefs>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
32 </xml>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
33
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
34 <!--
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
35 Inputs
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
36 -->
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
37 <macro name = "ops">
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
38 <option value="self" selected="true">self - pull directly from the annotation and handle multi-allelics</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
39 <option value="concat">concat - comma delimited list of output</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
40 <option value="count">count - count the number of overlaps</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
41 <option value="div2">div2 - given two values a and b, return a / b</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
42 <option value="first">first - take only the first value</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
43 <option value="flag">flag - presense/absence via VCF flag</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
44 <option value="max">max (numbers only)</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
45 <option value="mean">mean (numbers only)</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
46 <option value="min">min (numbers only)</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
47 <option value="sum">sum (numbers only)</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
48 <option value="uniq">uniq - comma-delimited list of uniq values</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
49 <option value="by_alt">by_alt - comma-delimited by alt (Number=A), pipe-delimited (|) for multiple annos for the same alt.</option>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
50 <yield/>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
51 </macro>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
52
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
53 <!--
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
54 Help
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
55 -->
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
56
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
57 <token name="@WID@"><![CDATA[
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
58 *vcfanno* allows you to quickly annotate your VCF with any number of INFO fields from any number of VCFs or BED files. It uses a simple conf file to allow the user to specify the source annotation files and fields and how they will be added to the info of the query VCF.
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
59
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
60 - For VCF, values are pulled by name from the INFO field with special-cases of ID and FILTER to pull from those VCF columns.
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
61
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
62 - For BED, values are pulled from (1-based) column number.
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
63
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
64 - For BAM, depth (count), "mapq" and "seq" are currently supported.
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
65 ]]></token>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
66 <token name="@REFERENCES@"><![CDATA[
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
67 More information are available in the `mailing list <https://groups.google.com/g/vcfanno>`_ and `github <https://github.com/brentp/vcfanno>`_.
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
68 ]]></token>
fb20fa735dfe "planemo upload for repository https://github.com/galaxyproject/tools-iuc/vcfanno/ commit d962b44c5d3fecd1a315d6fbda8831d6de1b2801"
iuc
parents:
diff changeset
69 </macros>