Holiday Notice:
The Frontline Support team will be offline February 18 for President's Day but will be back February 19th. Thank you for your patience as we get to all of your questions!
The Frontline Support team will be offline February 18 for President's Day but will be back February 19th. Thank you for your patience as we get to all of your questions!
CombineGVCF killed

Hi:
I try to place the gatk4 in docker image,then it always kills.But,when I set JVM:500M ,it's ok ,why? and I suppose it is slower running in 500M than default.
my command:
gatk=/opt/bin/gatk-4.0.3.
chr=chr1
fasta=/l3bioinfo/test-data/ucsc.hg19.fasta
$gatk --java-options -Xmx500m CombineGVCFs -R ${fasta} --variant /l3bioinfo/test-data/NA12878_chr1.HC.chr1.g.vcf.gz \
--variant /l3bioinfo/test-data/NA12878.HC.chr1.g.vcf.gz \
-O ${chr}.HC.g.vcf
Killed Image:
Best Answer
-
shlee Cambridge admin
Hi @lizhichao, if you need more details on how to install GATK in your personal Docker, then please check out the READMEs at
- https://github.com/broadinstitute/gatk
- https://github.com/broadinstitute/gatk/tree/master/scripts/docker
and check out the scripts at
Good luck!
Answers
Why don't you use the official docker image for gatk ?
Hi @lizhichao,
You can find information on official resources on our Download page. Our Docker images are hosted on Dockerhub at https://hub.docker.com/r/broadinstitute/gatk.
First of all, thank you very much.
Because I try to package the tool and exposure parameters in order to can be seted according to the object required.
Hi @lizhichao, if you need more details on how to install GATK in your personal Docker, then please check out the READMEs at
and check out the scripts at
Good luck!
OK. Thanks very much for your help!