Mercurial > repos > devteam > vcfaddinfo
comparison vcfaddinfo.xml @ 0:4d4b16af67aa draft
Uploaded
author | devteam |
---|---|
date | Thu, 19 Mar 2015 12:21:38 -0400 |
parents | |
children | 196ed76d2619 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4d4b16af67aa |
---|---|
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.3"> | |
2 <description>Adds info fields from the second dataset which are not present in the first dataset</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"></expand> | |
7 <expand macro="stdio" /> | |
8 <command>vcfaddinfo "${input1}" "${input2}" > "${out_file1}"</command> | |
9 <inputs> | |
10 <param format="vcf" name="input1" type="data" label="Add INFO fields to" help="First VCF dataset"/> | |
11 <param format="vcf" name="input2" type="data" label="using INFO fields from" help="Second VCF dataset"/> | |
12 </inputs> | |
13 <outputs> | |
14 <data format="vcf" name="out_file1" /> | |
15 </outputs> | |
16 <tests> | |
17 <test> | |
18 <param name="input1" value="vcfaddinfo-input1.vcf"/> | |
19 <param name="input2" value="vcflib.vcf"/> | |
20 <output name="out_file1" file="vcfaddinfo-test1.vcf" /> | |
21 </test> | |
22 </tests> | |
23 <help> | |
24 | |
25 Adds info fields from the second dataset which are not present in the first dataset. | |
26 | |
27 ----- | |
28 | |
29 Vcfaddinfo @IS_PART_OF_VCFLIB@ | |
30 </help> | |
31 <expand macro="citations" /> | |
32 </tool> |