Entering edit mode
5.5 years ago
Shicheng Guo
★
9.6k
I want to phase the data (VCF) with beagle by the following command.
java -jar -Xmx32g beagle.16May19.351.jar gt=All_samples_Exome_QC.temp.vcf.recode.clean.chr19.vcf.recode.vcf ref=~/hpc/db/hg19/beagle/EUR/chr19.1kg.phase3.v5a.EUR.vcf.gz map=~/hpc/db/hg19/beagle/plink.chr19.GRCh37.map out=All_samples_Exome_QC.chr19.vcf
However, I received an error:
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
32389
Try using the -Djava.io.tmpdir= option to select an alternate temp location.
Error: unrecognized parameter: -Djava.io.tmpdir=./temp/
Any suggestion?
Thanks.