Mercurial > repos > nicolas > oghma
annotate beagle_impute.xml @ 71:37d3d073b51d draft
Uploaded
author | nicolas |
---|---|
date | Fri, 28 Oct 2016 08:44:42 -0400 |
parents | 4e97cb4310ac |
children |
rev | line source |
---|---|
19 | 1 <tool id="Beagle_impute" name="Beagle_impute" > |
2 <description> beagle as a imputation tools, required phased reference file in VCF format</description> | |
3 <command interpreter="bash">beagle_impute.sh $vcf_input $reference </command> | |
4 <inputs> | |
5 <param format="vcf" name="vcf_input" type="data" label="VCF file to impute"/> | |
6 <param format="vcf" name="reference" type="data" label="reference file"/> | |
7 </inputs> | |
8 <outputs> | |
9 <data format="vcf" name="vcf_ouput" label="Phased and imputed VCF" from_work_dir="out_imputed.vcf.gz"/> | |
10 <data format="txt" name="log" label="Beagle log file" from_work_dir="out.log"/> | |
11 </outputs> | |
12 | |
13 </tool> |