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
        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...
        12-02-2024, 01:49 PM
      • seqadmin
        Genetic Variation in Immunogenetics and Antibody Diversity
        by seqadmin



        The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
        11-06-2024, 07:24 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-02-2024, 09:29 AM
      0 responses
      138 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-02-2024, 09:06 AM
      0 responses
      48 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-02-2024, 08:03 AM
      0 responses
      38 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-22-2024, 07:36 AM
      0 responses
      69 views
      0 likes
      Last Post seqadmin  
      Working...
      X