comparison vcfaddinfo.xml @ 0:70eb7c0b6598

Imported from capsule None
author anton
date Wed, 11 Jun 2014 17:10:42 -0400
parents
children 43b9838461a5
comparison
equal deleted inserted replaced
-1:000000000000 0:70eb7c0b6598
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.1">
2 <requirements>
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement>
4 </requirements>
5 <description>Adds info fields from the second dataset which are not present in the first dataset</description>
6 <command>vcfaddinfo "${input1}" "${input2}" > "${out_file1}"</command>
7 <inputs>
8 <param format="vcf" name="input1" type="data" label="Add INFO fields to" help="First VCF dataset"/>
9 <param format="vcf" name="input2" type="data" label="using INFO fields from" help="Second VCF dataset"/>
10 </inputs>
11 <outputs>
12 <data format="vcf" name="out_file1" />
13 </outputs>
14 <tests>
15 <test>
16 <param name="input1" value="vcfaddinfo-input1.vcf"/>
17 <param name="input2" value="vcflib.vcf"/>
18 <output name="out_file1" file="vcfaddinfo-test1.vcf" />
19 </test>
20 </tests>
21 <help>
22
23 Adds info fields from the second dataset which are not present in the first dataset.
24
25 -----
26
27 Vcfaddinfo is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib).
28
29
30 </help>
31 </tool>