gatk4 GenomicsDBImport intervals with whole genome
1
2
Entering edit mode
5.2 years ago
Peter Chung ▴ 200

I am new in gatk tools, I would like to use GenomicsDBImport to merge GVCFs from multiple samples with whole genome. -L interval is a required option for GenomicsDBImport. For example, -L chr20 for contig chr20. -L chr20:1-100 for contig chr20, positions 1-100.

However, I would like to import whole genome (chr1-chr22) to the database. I tired chr1,chr2, it showed error as follows:

A USER ERROR has occurred: Badly formed genome unclippedLoc: Query interval "chr1,chr2" is not valid for this input.

I want to know any ways to import all the chr into a database by GenomicsDBImport.

gatk intervals GenomicsDBImport • 7.8k views
ADD COMMENT
0
Entering edit mode

What was your reference genome?

ADD REPLY
6
Entering edit mode
4.3 years ago

It's quite absurd that you cannot just omit this argument to run this genome-wide. You can specify an intervals.list file for the -L argument, which could look like:

chr1
chr10
chr11
chr12
chr13
chr14

or similar, as such covering the entire genome.

ADD COMMENT

Login before adding your answer.

Traffic: 1610 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6