Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK RealignerTargetCreator -B and -D options

    The GATK RealignerTargetCreator has two options for inputting data about known SNPs:



    java -Xmx1g -jar /path/to/GenomeAnalysisTK.jar \
    -T RealignerTargetCreator \
    -R /path/to/reference.fasta \
    -o /path/to/output.intervals \
    [-I /path/to/input.bam] \
    [-L intervals] \
    [-B:snps,VCF /path/to/SNP_calls.vcf] \
    [-B:indels,VCF /path/to/indel_calls.vcf] \
    [-D /path/to/dbsnp.rod]
    Explanation of Arguments
    The -L option is used to restrict the search to a specific region or set of regions instead of the whole genome.
    The -o argument is used to specify the list of intervals being output and that should in turn be passed to the realigner in the next step.
    The -B snps binding would be used to pass in SNP calls so that the target creator can find clustered SNPs.
    The -B indels and dbsnp bindings would be used to pass in known indel sites for the realigner to target.

    I don't understand the difference between the -B and the -D options. I have used the -B option often with this file (from the GATK resource bundle):

    00-All.vcf

    I saw that the resource bundle also has a file called "dbsnp_132.b37.vcf", and I'm tempted to use that with the -D option, but I really don't know what I'm doing with that. Does anyone understand the difference between these options?

    Thank you.

    Eric

  • #2
    I think
    Code:
    -D <file name>
    was the old way of doing
    Code:
    -B:dbsnp,VCF <file name>
    But now (with the latest version of GATK), it looks like the -B option is deprecated? Now I think you want to use:
    Code:
    -known:dbsnp,VCF <file name>
    I could be wrong, especially about the recent changes. If I am, someone please correct me

    Given that they're the same option, I doubt giving it two different files is a good idea (I bet it will crash if you try).
    Last edited by yasashiku; 10-03-2011, 09:21 AM.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Yesterday, 07:48 AM
    • 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...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:57 AM
    0 responses
    9 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 07:17 AM
    0 responses
    14 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    23 views
    0 likes
    Last Post seqadmin  
    Working...
    X