Giter VIP home page Giter VIP logo

Comments (6)

dancooke avatar dancooke commented on August 30, 2024 1

Ignore that - have now reproduced. Will work on a fix!

from octopus.

dancooke avatar dancooke commented on August 30, 2024

Thanks for reporting this Greg. The error is raised when Htslib does not successfully load a contig for VCF/BCF streaming. I'll investigate...

from octopus.

gmagoon avatar gmagoon commented on August 30, 2024

Thanks Dan. My open file limit was:

$ ulimit -Sn
16384

Not sure if that could be a factor here or not.

from octopus.

dancooke avatar dancooke commented on August 30, 2024

Hi Greg, I'm having trouble reproducing this. Could you check if there are any reads mapped to HLA-A*01:01:01:01 in any of the BAMs please? Also, do you get the error if you just try to call this contig?

from octopus.

dancooke avatar dancooke commented on August 30, 2024

This was due to htslib not being able to parse :s in contig names (see here). Octopus creates temporary .bcf files - one for each contig - when using multithreading. During the merging of these temporaries after calling, the error was thrown. I've 'fixed' this by using ".vcf" temporary files for contig names with : (37a3329).

from octopus.

gmagoon avatar gmagoon commented on August 30, 2024

aha...great!...thanks very much Dan

from octopus.

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.