Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • newbietonextgen
    Member
    • Nov 2010
    • 56

    Who is the culprit? Picard, Samtools or GATK?

    hi,

    I am using RNA-Seq data and my work flow is below..and am having trouble with BAM file

    Single end fastq->Shrimp alignment->sam file->changed to BAM using Samtools->added read groups using Picard->index and Now fed this into GATK-> works fine.

    In best practice of GATK v3, they ask you to combine all your BAM files. So i took the bam files after read group were added using Picard -> Picard Mark duplicates->Mergesamfiles(BAM can be input too)->index the file and the Validate BAM file-> result (No errors found). I did not get any error in all these steps.

    Now the combined BAM files fail to be recognized by GATK throwing an error "ERROR MESSAGE: Bad input: Could not find any usable data in the input BAM file(s)."

    I looked at the BAM files using IGV viewer and it looks fine and all the read have read groups and quality of 255.

    1) so why is GATK doing it? Is there a problem with my BAM? Any ideas?


    I was reading in GATK forum and found an explaination as to why it happens by a user " In my experience, some mapping program do not calculate map Quality score correctly, it will output 255 as mapping score, but 255 actually in GATK's CountCovariatesWalker is filtered out by MappingQualityUnavailableFilter in the top of walker:
    @ReadFilters({MappingQualityZeroFilter.class, MappingQualityUnavailableFilter.class})
    just get rid of MappingQualityUnavailableFilter.class in this line, then it will works...(this works for my case..)"

    2) HAs anybody noticed it?

    Thanks
  • mateidavid
    Junior Member
    • Oct 2011
    • 3

    #2
    Did SHRiMP compute mapping qualities? Look in an output file, if you see any MQV of 255, then the answer is NO.

    If the answer is YES, some program down the line must have lost them somehow.

    If the answer is NO, you have to rerun the mappings. Find out which option disabled MQVs in SHRiMP, and disable it or work around it.
    -- Matei David

    Comment

    • newbietonextgen
      Member
      • Nov 2010
      • 56

      #3
      Shrimp worked well. I thinks its some program down the line that goofed the results. For now i just am using a different approach (Freebayes) and no problems yet..

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
        by SEQadmin2


        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
        ...
        Yesterday, 10:05 AM
      • SEQadmin2
        Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
        by SEQadmin2


        With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


        Introduction

        Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
        05-22-2026, 06:42 AM
      • SEQadmin2
        Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
        by SEQadmin2

        Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


        Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
        05-06-2026, 09:04 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 12:03 PM
      0 responses
      19 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, Yesterday, 11:40 AM
      0 responses
      14 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 05-28-2026, 11:40 AM
      0 responses
      29 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 05-26-2026, 10:12 AM
      0 responses
      31 views
      0 reactions
      Last Post SEQadmin2  
      Working...