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
      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
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

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