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
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        Yesterday, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      59 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      48 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X