Mercurial > repos > anton > vcfaddinfo
annotate vcfaddinfo.xml @ 3:53d0db355ca5 draft default tip
Uploaded
author | anton |
---|---|
date | Mon, 15 Sep 2014 14:47:51 -0400 |
parents | 78f67ce56f34 |
children |
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 | 2 <requirements> |
3 | 3 <requirement type="package" version="8a5602bf07">vcflib</requirement> |
0 | 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> |