annotate vcfdistance.xml @ 0:c506b8275b1a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
author iuc
date Mon, 26 Mar 2018 12:24:06 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
1 <tool id="vcfdistance" name="VCFdistance:" version="@WRAPPER_VERSION@+galaxy0">
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
2 <description>Calculate distance to the nearest variant</description>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
3 <macros>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
4 <import>macros.xml</import>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
5 </macros>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
6 <expand macro="requirements"/>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
7 <expand macro="stdio" />
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
8 <command>cat "${input1}" | vcfdistance > "${out_file1}"</command>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
9 <inputs>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
10 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
11 </inputs>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
12 <outputs>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
13 <data format="vcf" name="out_file1" />
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
14 </outputs>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
15 <tests>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
16 <test>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
17 <param name="input1" value="vcflib.vcf"/>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
18 <output name="out_file1" file="vcfdistance-test1.vcf"/>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
19 </test>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
20 </tests>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
21 <help>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
22
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
23 Adds a value to each VCF record indicating the distance to the nearest variant in the file.
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
24
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
25 .. class:: infomark
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
26
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
27 The dataset used as input to this tool must be coordinate sorted. This can be achieved by either using the VCFsort utility or Galaxy's general purpose sort tool (in this case sort on the first and the second column in ascending order).
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
28
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
29 ----
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
30
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
31 Vcfdistance @IS_PART_OF_VCFLIB@
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
32 </help>
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
33 <expand macro="citations" />
c506b8275b1a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfdistance commit c2af291b241e37e0a55adbc1fc72a9fa37d93582
iuc
parents:
diff changeset
34 </tool>