GithubHelp home page GithubHelp logo

Error in iter_gmap_sam about cdna_cupcake HOT 4 CLOSED

magdoll avatar magdoll commented on July 2, 2024
Error in iter_gmap_sam

from cdna_cupcake.

Comments (4)

Magdoll avatar Magdoll commented on July 2, 2024

from cdna_cupcake.

ifiddes avatar ifiddes commented on July 2, 2024

How can I do so?

from cdna_cupcake.

Magdoll avatar Magdoll commented on July 2, 2024

You can email it to [email protected].

I looked at some old emails that had this error from someone else. They were able to fix this problem after re-running GMAP or STAR to generate a complete SAM. Before emailing it to me, can you please try re-running GMAP/STAR and confirm that the SAM file is complete and try running collapse again?

from cdna_cupcake.

ifiddes avatar ifiddes commented on July 2, 2024

I figured it out. There were unmapped reads present in the SAM. To fix it, since you need sorted SAM anyways, I did the following:

samtools view -b -F 4 chimp.sam.redo | sambamba sort -o /dev/stdout /dev/stdin | samtools view - > chimp.sam.redo.sorted

from cdna_cupcake.

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.