Mercurial > repos > anton > vcfaddinfo
comparison vcfaddinfo.xml @ 3:53d0db355ca5 draft default tip
Uploaded
author | anton |
---|---|
date | Mon, 15 Sep 2014 14:47:51 -0400 |
parents | 78f67ce56f34 |
children |
comparison
equal
deleted
inserted
replaced
2:78f67ce56f34 | 3:53d0db355ca5 |
---|---|
1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.2"> | 1 <tool id="vcfaddinfo" name="VCFaddinfo:" version="0.0.2"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="86723982aa">vcflib</requirement> | 3 <requirement type="package" version="8a5602bf07">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"/> |