Code Monkey home page Code Monkey logo

Comments (1)

nachocab avatar nachocab commented on August 16, 2024

Hi Nils, I was able to figure out the source of the problem. I was creating a library_params file that contained all the barcodes (AACAATGG, TGTTCCGA, etc.) as well as one for non-matches (N). The problem is that executing IlluminaBasecallsToSam.jar in a cluster (for each of the basecall files) resulted in multiple threads writing to the miOrphan.bam file and it led to writing errors to the other bam files. I solved the problem by creating individual library_params files where there were only two lines: one for the barcode of a single basecall file (TGTTCCGA) and another for the non-matches (N), making sure that the miOrphan path had a unique file name so that multiple threads would write to different files.

It seems like it should be possible to run IlluminaBasecallsToSam for multiple basecall files in a cluster using a single library_params file, but I found this not to be the case.

from picard.

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.