Giter Club home page Giter Club logo

Comments (2)

Congm12 avatar Congm12 commented on August 24, 2024

The error indicates that no edges are constructed. It shouldn't be because of memory. Can you make sure that your BAM alignments are sorted? And can you check that chimeric alignments exist in the BAM by selecting sam flag not to be 14 and count alignments:

samtools view -F14 <bam file> | wc -l

If the BAM is sorted and contains chimeric alignments, is it possible for you to share the BAM file for us to further look into the error?

from squid.

Browco avatar Browco commented on August 24, 2024

Hi,
I know that this issue is 1 year old but I had the same problem and I found a/the solution. It may help some people coming here with the same problem.
Based on @Congm12 answer, I saw that no chimera were found in my alignment where I was supposed to (experimental control).
I changed my bwa algorithm command from bwa aln to bwa mem and it worked. (Based on : http://bio-bwa.sourceforge.net/bwa.shtml )
NB: I have Illumina reads

from squid.

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.