view beagle_phase.xml @ 103:e7115e44d8d8 draft default tip

Uploaded
author nicolas
date Mon, 31 Oct 2016 07:20:49 -0400
parents 1efd84f03444
children
line wrap: on
line source

<tool id="Beagle_phase" name="Beagle_phase" >
	<description> beagle as a phasing tools</description>
	<command interpreter="bash">beagle_phase.sh $vcf_input </command>
	<inputs>
		<param format="vcf" name="vcf_input" type="data" label="VCF file to phase"/>
	</inputs>
	<outputs>
		<data format="vcf" name="vcf_ouput" label="Phased VCF" from_work_dir="out_phased.vcf.gz"/>
		<data format="txt" name="log" label="Beagle log file" from_work_dir="out.log"/>
	</outputs>
	
	</tool>