Mercurial > repos > nicolas > oghma
diff beagle_phase.sh @ 20:f9a3d6a36ca5 draft
Uploaded
author | nicolas |
---|---|
date | Fri, 21 Oct 2016 06:31:27 -0400 |
parents | |
children | 10afd4b2847b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beagle_phase.sh Fri Oct 21 06:31:27 2016 -0400 @@ -0,0 +1,17 @@ +#!/bin/bash + + +vcf_input=$1 +out="out_phased" + +directory=`dirname $0` + +mkdir tmpdir$$ + +cp -rf $vcf_input tmpdir$$/input.vcf + + +java -jar $directory/beagle.jar gt=$vcf_input out=$out + + +rm -rf tmpdir$$ \ No newline at end of file