Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • extremely large vcf file generated by GATK

    Dear All
    I am new to snp analysis and am recently working on GATK pipeline to identify snps on the whole genome data.

    I went through the stage I raw data processing protocol recommended by GATK pipeline and generated an aligned, duplicate marked, and recalibrated BAM file for one of my samples.

    I tried to run the Unified genotyper with the following code (for both snps and indels)

    java -Xmx4g -jar GenomeAnalysisTK.jar \
    -l INFO \
    -R /media/edrive/RNAseq/ucsc.hg19.fasta \
    -T UnifiedGenotyper \
    -I /media/edrive/RNAseq/LID46437/bwa/reads.recal.bam \
    -o /media/edrive/RNAseq/LID46437/bwa/output.vcf \
    --genotype_likelihoods_model BOTH \
    --output_mode EMIT_ALL_CONFIDENT_SITES

    exit
    The code has been running for more than 20 hours yet has not completed. The in put bam file (reads.recal.bam) is only 11GB but as I checked the size of output vcf file, it already reached 60GB.

    I just want to ask whether this is normal to take such a long time to run Unified genotyper and generates an excessively large vcf file?

    Can anyone with experiences tell me: what is the size of your output vcf file when you work on the whole human genome? And how long does it take to run Unified genotyper usually?

    Thanks a lot

  • #2
    When I ran unified genotyper for the first time I was a bit confused by the "output" mode. You selected emit_all_confident_sites. Another researcher told me that he believed that choosing this as your output would output any site that is listed as variable in the population but not necessarily your sample. So you could get sites where your sample is homozygous for the reference rather than it outputing only the variants. I ran unified genotyper under default mode on a 80GB file and I think it only took like 8 hours at the most (over 24 processors).

    I wouldn't take my word for it, but maybe someone else will post.

    Comment


    • #3
      Originally posted by slowsmile View Post
      Dear All
      I am new to snp analysis and am recently working on GATK pipeline to identify snps on the whole genome data.

      I went through the stage I raw data processing protocol recommended by GATK pipeline and generated an aligned, duplicate marked, and recalibrated BAM file for one of my samples.

      I tried to run the Unified genotyper with the following code (for both snps and indels)



      The code has been running for more than 20 hours yet has not completed. The in put bam file (reads.recal.bam) is only 11GB but as I checked the size of output vcf file, it already reached 60GB.

      I just want to ask whether this is normal to take such a long time to run Unified genotyper and generates an excessively large vcf file?

      Can anyone with experiences tell me: what is the size of your output vcf file when you work on the whole human genome? And how long does it take to run Unified genotyper usually?

      Thanks a lot

      You may chose --output_mode EMIT_VARIANTS_ONLY instead.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advancing Precision Medicine for Rare Diseases in Children
        by seqadmin




        Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
        12-16-2024, 07:57 AM
      • seqadmin
        Recent Advances in Sequencing Technologies
        by seqadmin



        Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

        Long-Read Sequencing
        Long-read sequencing has seen remarkable advancements,...
        12-02-2024, 01:49 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-17-2024, 10:28 AM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-13-2024, 08:24 AM
      0 responses
      42 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-12-2024, 07:41 AM
      0 responses
      28 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-11-2024, 07:45 AM
      0 responses
      42 views
      0 likes
      Last Post seqadmin  
      Working...
      X