Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mschizas
    Junior Member
    • Jan 2012
    • 1

    #1

    Problem with GATK ReadBackedPhasing

    Hello,

    I want to use ReadBackedPhasing module of GATK on my data, but I have a problem which I think is beacuse in my bam file I have both records from BWA aligner and Novoalign. Just as a reminder, this is the command to run ReadBackedPhasing:

    java
    -jar GenomeAnalysisTK.jar
    -T ReadBackedPhasing
    -R reference.fasta
    -I reads.bam <--- Input seq BAM file
    --variant SNPs.vcf <--- SNP VCF file
    -L Chr.list
    -o phased_SNPs.vcf
    --phaseQualityThresh 20.0

    So when I try to run ReadBackedPhasing the output contains very few results because it crashed. I assume that happens when it hits a novoalign record in the bam file. An example of two records(one from BWA and the other from Novoalign) in the same bam file is shown below:

    1)HWI-ST395_B80MA2ABXX_1:6:6:3197:146608#0 99 chrM 4874 60 104M = 5329 559 AACTAGCCCCCATCTCAATCATATACCAAATCTCTCCCTCACTAAACGTAAGCCTTCTCCTCACTCTCTCAATCTTATCCATCATAGCAGGCAGT
    TGAGGTGGA
    ..fastq seq...
    X0:i:1 X1:i:0 MD:Z:104 RG:Z:2_2-600-1st XG:i:0 AM:i:37 NM:i:0 SM:i:37 XM:i:0 XO:i:0 XT:A:U

    2)HWI-ST395_B81AMYABXX_0:1:65:18036:20406#0 99 chrM 4874 150 2S93M9S = 2384 -2430 NNAACTAGCCCCCATCTCAATCATATACCAAATCTCTCCCTCACTAAACGTAAGCCTTCTCCTCACTCTCTCAATCTTATCCATCATAGCAGGCA
    GTTGAGGTG
    ..fastq seq..
    MD:Z:93 PG:Z:novoalign.23 RG:Z:2_2-MP-novoalign AM:i:150 NM:i:0 SM:i:150 ZO:Z:-+ PQ:i:245 UQ:i:66 AS:i:66

    The difference is that even though both are in SAM format, Novoalign uses different flags which might cause this problem. If you could please help me, I would greatly appreciate it. Also would you suggest a way to convert Novoalign's SAM file into a regular SAM file with the proper flags?

    Thanks a lot,
    Mike
  • ymc
    Senior Member
    • Mar 2010
    • 496

    #2
    My experience with ReadBackedPhasing is to run it without --variant SNPs.vcf

    I find that when I ran with it, it took forever and then crashed at the end.

    Without --variant SNPs.vcf, it can run to completion and it seems to me the result is ok.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    17 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    42 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Working...