Mercurial > repos > nicolas > oghma
annotate beagle_phase.xml @ 48:cea4a54c52d0 draft
Uploaded
| author | nicolas | 
|---|---|
| date | Wed, 26 Oct 2016 17:31:45 -0400 | 
| parents | 1efd84f03444 | 
| children | 
| rev | line source | 
|---|---|
| 21 | 1 <tool id="Beagle_phase" name="Beagle_phase" > | 
| 2 <description> beagle as a phasing tools</description> | |
| 3 <command interpreter="bash">beagle_phase.sh $vcf_input </command> | |
| 4 <inputs> | |
| 5 <param format="vcf" name="vcf_input" type="data" label="VCF file to phase"/> | |
| 6 </inputs> | |
| 7 <outputs> | |
| 8 <data format="vcf" name="vcf_ouput" label="Phased VCF" from_work_dir="out_phased.vcf.gz"/> | |
| 9 <data format="txt" name="log" label="Beagle log file" from_work_dir="out.log"/> | |
| 10 </outputs> | |
| 11 | |
| 12 </tool> | 
