Coder Social home page Coder Social logo

Comments (2)

kockan avatar kockan commented on August 23, 2024

Could you check your BAM header to see if it contains any read groups? If not, you might need to use AddOrReplaceReadGroups

from gatk.

konopinski avatar konopinski commented on August 23, 2024

That was my case. If anyone encounters the same problem the full solution is:
Check if there's @RG (read group) line in the problematic .bam header:

samtools view -H <your bam file> | grep '@RG' 

If nothing is found, add 'read group' by e.g.

samtools addreplacerg -r "@RG\tID:ReadGroup1\tSM:SampleName\tPL:Illumina\tLB:Library.fa" -o <output.bam> <input.bam>

You can set ReadGroup1 and SampleName and Library.fa to something really existing in your dataset (lane number, real sample name and the name of the fasta file). I am not sure about Illumina but it is true for my case so I left it as it is.

By the way - this is my call to anyone giving advice on bioinformatic tools. I really appreciate your time and effort - I really do. But think of your answer as if you were talking to a regular high-school student. Most of us here know Linux and programming as much as it is necessary to answer our biological questions. We do not know most of the IT guy's slang. Please, be more patient and give us more detailed solutions because otherwise you waste your time answering and we waste our time reading it. For us it's biology that matters, and all the bioinformatic tools are just the tools. In the end, you do not need to know how the processor works to use the computer.

from gatk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.