annotate vcfaddinfo.xml @ 0:70eb7c0b6598

Imported from capsule None
author anton
date Wed, 11 Jun 2014 17:10:42 -0400
parents
children 43b9838461a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.1">
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
2 <requirements>
70eb7c0b6598 Imported from capsule None
anton
parents:
diff changeset
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
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>