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

PlotDenoisedCopyRatios lead to empty result for non-human results

0

2 comments

  • Avatar
    Gökalp Çelik

    Hi Yuwei Bao

    Can you provide us the first couple of intervals from the output of CollectFragmentCounts results?

    Can you also post your command line for each step so that we can check a bit more deeper?

    Regards. 

    0
    Comment actions Permalink
  • Avatar
    Yuwei Bao

    Hi Gökalp:

    Thank you very much for your response! I got it figured out. The step I did incorrectly was in the first step PreprocessIntervals. I want to share it here if others run into the same issue.

    $gatk_path PreprocessIntervals \

    -R $REF \

    --bin-length 0 \

    --interval-merging-rule OVERLAPPING_ONLY \

    -O $out/$SAMPLE.preprocessed.interval_list"


    Because I am working with non-human genome and don't have a interval list -L, if I keep the --bin-length 0, which will lead to the whole genome was not broken into parts. I was able to have PlotDenoisedCopyRatios work after customizing the --bin-length.

    During the exploration, I also run into an issue 

    java.lang.OutofMemoryError: GC overhead limit exceeded

    which can be fixed by increasing heap size such as 

    --java-options "-Xmx100g"


    Thanks for the great tool and help!

    Yuwei

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk