Mercurial > repos > nicolas > oghma
annotate beagle_phase.xml @ 95:5a0b751594e6 draft
Deleted selected files
| author | nicolas |
|---|---|
| date | Mon, 31 Oct 2016 05:55:16 -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> |
