Genome Analysis Toolkit

Variant Discovery in High-Throughput Sequencing Data

GATK process banner

Need Help?

Search our documentation

Community Forum

Hi, How can we help?

Developed in the Data Sciences Platform at the Broad Institute, the toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping. Its powerful processing engine and high-performance computing features make it capable of taking on projects of any size. Learn more

Why is pileups.table empty when running GetPileupSummaries?

0

3 comments

  • Avatar
    Gökalp Çelik

    Hi 昨日旧梦 

    Can you check if your bam file is actually intact and has reads where you need them to be? The af-only-gnomad.hg38.vcf.gz file contains common germline variant sites for checking pileup information. Can you check if your bam file has reads covering those variant sites as well?

    Regards. 

    0
    Comment actions Permalink
  • Avatar
    William Miklavcic

    How would one go about this? I am having the same issue. I have both called .vcf files and .bam files generated using references downloaded by references from the Broad Institutes cloud storage. For PON I used af-only-gnomad.hg38.vcf downloaded from the same website the OP used (Broad managed server). My setup sounds like the above, with the code below:

    gatk GetPileupSummaries -I Test.bam -V af-only-gnomad.hg38.vcf -L af-only-gnomad.hg38.vcf -O Test.pileups.table

     

    But my output is identical to what the OP has.

    0
    Comment actions Permalink
  • Avatar
    David Benjamin

    We recommend using a smaller VCF, the file small_exac_common_3.hg38.vcf.gz in the same google bucket as our AF-only gnomAD resource.

    It's possible that the sheer size of the gnomAD file being used as intervals caused a memory error, but I don't think this is the case. Still, it's worth trying again with the correct file.  Other than that the command is fine and it would be worth looking at the BAM in IGV to see if it has coverage at the given sites.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk