annotate vcfaddinfo.xml @ 2:78f67ce56f34

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:33:34 -0400
parents 43b9838461a5
children 53d0db355ca5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
78f67ce56f34 Updated tool version to 0.0.2
Anton Nekrutenko <anton@bx.psu.edu>
parents: 1
diff changeset
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.2">
0
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
1
43b9838461a5 Updated to vcflib 86723982aa
Anton Nekrutenko <anton@bx.psu.edu>
parents: 0
diff changeset
3 <requirement type="package" version="86723982aa">vcflib</requirement>
0
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
4 </requirements>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
5 <description>Adds info fields from the second dataset which are not present in the first dataset</description>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
6 <command>vcfaddinfo "${input1}" "${input2}" > "${out_file1}"</command>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
7 <inputs>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
8 <param format="vcf" name="input1" type="data" label="Add INFO fields to" help="First VCF dataset"/>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
9 <param format="vcf" name="input2" type="data" label="using INFO fields from" help="Second VCF dataset"/>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
10 </inputs>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
11 <outputs>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
12 <data format="vcf" name="out_file1" />
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
13 </outputs>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
14 <tests>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
15 <test>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
16 <param name="input1" value="vcfaddinfo-input1.vcf"/>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
17 <param name="input2" value="vcflib.vcf"/>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
18 <output name="out_file1" file="vcfaddinfo-test1.vcf" />
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
19 </test>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
20 </tests>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
21 <help>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
22
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
23 Adds info fields from the second dataset which are not present in the first dataset.
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
24
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
25 -----
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
26
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
27 Vcfaddinfo is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
28
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
29
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
30 </help>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
31 </tool>