view beagle_impute.xml @ 71:37d3d073b51d draft

Uploaded
author nicolas
date Fri, 28 Oct 2016 08:44: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>