This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Creating a GenomicsDBImport from the normal Mutect2 calls

Hello all, I am working on exome-seq data of 30 samples(tumor and matched normal) and using gatk-4.1.1.0 for the analysis of somatic mutations but got stuck in the second step of creation of panel of Normals. I am using a bed file provided by sequencing company(10MB) as an interval list file but it's taking too much time for running and space too.. and end up with error: **GenomicsDBConfigException : Syntax error in JSON file Please suggest me how can i resolve it?

next-gen exome sequencing

Hey could you provide some more detail on what you are actually doing. I have been working with GATK for the last couple days including the GenomicsDBImport utility.

There is another command to combine gvcfs, I used that instead of making a db, but in the end I didn't need a db. I dont know if a workaround is possible

What is your actual command and what version are you running. I did get the db to be made successfully

Hello Sir, My actual command is: gatk GenomicsDBImport -R reference.fasta -L intervals.interval_list \ --genomicsdb-workspace-path pon_db \ -V normal1.vcf.gz \ -V normal2.vcf.gz \ -V normal3.vcf.gz i am using GATK 4.1.1.0.

1 answer

After searching through various discussion forums of GATK finally I am able to resolve the query. By adding --merge-input-intervals option to above command will resolve the error.

Log in to answer this question.