Giter VIP home page Giter VIP logo

Comments (5)

iqbal-lab avatar iqbal-lab commented on August 30, 2024

Is that 6 minutes to variant call a human ??

from octopus.

dancooke avatar dancooke commented on August 30, 2024

Hi Jared,

Thanks for reporting this. Although I can't reproduce the issue on my machine, I think I know what's going on. Basically octopus will try to generate an index for compressed VCF (or BCF) output. This happens on destruction of the handle to the file. When the handle gets moved around early in the run (before anything has been written) the 'moved from' handle gets destroyed. I think the old handle remains in a valid state in your setup and therefore attempts to build an index on the empty file, which triggers this warning.

This shouldn't have any adverse affects downstream, but I've added some additional checks to stop the index being generated on empty handles. Would you mind checking out the develop branch and seeing if the warning is still being generated?

Many thanks,
Dan

from octopus.

jaredo avatar jaredo commented on August 30, 2024

Is that 6 minutes to variant call a human ??

@iqbal-lab Alas no, this is on a ~100MB test .bam. Still, we are seeing running times of ~75mins with --fast enabled on WGS 30x data on a 20-core node

@dancooke checking develop now

from octopus.

iqbal-lab avatar iqbal-lab commented on August 30, 2024

Wow.

from octopus.

jaredo avatar jaredo commented on August 30, 2024

@dancooke

I can confirm that I no longer see the warning message in the develop branch. Thanks for the fast response.

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.