Mercurial > repos > anton > vcfaddinfo
comparison vcfaddinfo.xml @ 1:43b9838461a5
Updated to vcflib 86723982aa
author | Anton Nekrutenko <anton@bx.psu.edu> |
---|---|
date | Wed, 25 Jun 2014 16:00:29 -0400 |
parents | 70eb7c0b6598 |
children | 78f67ce56f34 |
comparison
equal
deleted
inserted
replaced
0:70eb7c0b6598 | 1:43b9838461a5 |
---|---|
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.1"> | 1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.1"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement> | 3 <requirement type="package" version="86723982aa">vcflib</requirement> |
4 </requirements> | 4 </requirements> |
5 <description>Adds info fields from the second dataset which are not present in the first dataset</description> | 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> | 6 <command>vcfaddinfo "${input1}" "${input2}" > "${out_file1}"</command> |
7 <inputs> | 7 <inputs> |
8 <param format="vcf" name="input1" type="data" label="Add INFO fields to" help="First VCF dataset"/> | 8 <param format="vcf" name="input1" type="data" label="Add INFO fields to" help="First VCF dataset"/> |