Mercurial > repos > nicolas > oghma
view beagle_impute.xml @ 56:374c9a2bc1c2 draft
Uploaded
| author | nicolas |
|---|---|
| date | Wed, 26 Oct 2016 18:08:42 -0400 |
| parents | 4e97cb4310ac |
| children |
line wrap: on
line source
<tool id="Beagle_impute" name="Beagle_impute" > <description> beagle as a imputation tools, required phased reference file in VCF format</description> <command interpreter="bash">beagle_impute.sh $vcf_input $reference </command> <inputs> <param format="vcf" name="vcf_input" type="data" label="VCF file to impute"/> <param format="vcf" name="reference" type="data" label="reference file"/> </inputs> <outputs> <data format="vcf" name="vcf_ouput" label="Phased and imputed VCF" from_work_dir="out_imputed.vcf.gz"/> <data format="txt" name="log" label="Beagle log file" from_work_dir="out.log"/> </outputs> </tool>
