Coder Social home page Coder Social logo

qfy.py killed about hap.py HOT 5 CLOSED

illumina avatar illumina commented on August 24, 2024
qfy.py killed

from hap.py.

Comments (5)

pkrusche avatar pkrusche commented on August 24, 2024

What is the memory available on your machine (or to the job when submitted on a queue) / Is is possible that quantify runs out of memory? Especially when using large region bed files, memory requirements can go up.

from hap.py.

teodora-aleksic avatar teodora-aleksic commented on August 24, 2024

It's got 16GB of RAM. I can try and run it on a larger machine. I'm looking at the memory usage during the execution and it's bellow 2GB during those 2h. It only peaks at the last 2-3 min and then fails.

from hap.py.

pkrusche avatar pkrusche commented on August 24, 2024

If you run with --verbose, and --keep-scratch + --scratch-prefix <DIR> you can see if quantify produces a (possibly large) TSV file which then eats up memory when being loaded for postprocessing. One possibility is that your bed file contains a fourth column, which will produce a very large number of stratification regions. If this is not intended, speedup + memory reduction can be achieved by supplying a bed file that only contains chrom, start, end columns.

from hap.py.

teodora-aleksic avatar teodora-aleksic commented on August 24, 2024

It does contain a fourth column. I'll remove it and rerun with the options you suggested.

from hap.py.

teodora-aleksic avatar teodora-aleksic commented on August 24, 2024

Yep, it was the fourth column's fault. It finished under 2 min now. Thanks!

from hap.py.

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.