annotate vcfdistance.xml @ 2:2c664ebd4af5

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:47:10 -0400
parents ff5c6635c9a8
children 49482c68e701
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
2c664ebd4af5 Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents: 1
diff changeset
1 <tool id="vcfdistance" name="VCFdistance:" version="0.0.2">
0
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
1
ff5c6635c9a8 Updated to vcflib 86723982aa
Anton Nekrutenko <anton@bx.psu.edu>
parents: 0
diff changeset
3 <requirement type="package" version="86723982aa">vcflib</requirement>
0
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
4 </requirements>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
5 <description>Calculate distance to the nearest variant</description>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
6 <command>cat "${input1}" | vcfdistance > "${out_file1}"</command>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
7 <inputs>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
8 <param format="vcf" name="input1" type="data" label="First dataset"/>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
9 </inputs>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
10 <outputs>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
11 <data format="vcf" name="out_file1" />
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
12 </outputs>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
13 <tests>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
14 <test>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
15 <param name="input1" value="vcflib.vcf"/>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
16 <output name="out_file1" file="vcfdistance-test1.vcf"/>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
17 </test>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
18 </tests>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
19 <help>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
20
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
21 Adds a value to each VCF record indicating the distance to the nearest variant in the file.
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
22
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
23 .. class:: infomark
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
24
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
25 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).
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
26
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
27 ----
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
28
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
29 Vcfdistance is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
30
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
31 </help>
de3bbf60d086 Imported from capsule None
anton
parents:
diff changeset
32 </tool>