Previous changeset 20:f9a3d6a36ca5 (2016-10-21) Next changeset 22:f0d89ff35ad2 (2016-10-21) |
Commit message:
Uploaded |
added:
beagle_phase.xml |
b |
diff -r f9a3d6a36ca5 -r 1efd84f03444 beagle_phase.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beagle_phase.xml Fri Oct 21 06:31:43 2016 -0400 |
b |
@@ -0,0 +1,12 @@ +<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> \ No newline at end of file |