Mercurial > repos > nicolas > oghma
view beagle_phase.xml @ 89:c2efdf0c23a1 draft
Uploaded
| author | nicolas |
|---|---|
| date | Fri, 28 Oct 2016 08:49:43 -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>
