Giter VIP home page Giter VIP logo

Comments (2)

Svenvdm avatar Svenvdm commented on August 30, 2024

Hi,

I'm currently having similar issues with Octopus processing human whole genomes (30x) using the docker image and singularity. Octopus runs well until the Call Set Refinement filtering is started, after which it is killed by an oom leak. I haven't been able to figure out yet how to solve this. I have tried multiple configurations, adjusting the maximum RAM memory (up to 250Gb, 12Gb per core) without any success. Any ideas?

Version
octopus 0.7.4
docker image pulled from: https://hub.docker.com/r/dancooke/octopus

Command
singularity run --nv
--bind /path/to/bamfiles//mnt/bamfiles,
/path/to/ref:/mnt/ref,
/path/to/output:/mnt/output,
/path/to/singularity/image
-R /mnt/ref/Homo_sapiens_assembly38.fasta
-I /mnt/bamfiles/${bamName}
-T chr1 to chrX
--sequence-error-model PCRF.HISEQ-2500
--forest-model /mnt/bamfiles/germline.v0.7.4.forest.gz
-o /mnt/output/${bamNameWithoutExtension}.vcf.gz
--threads $threads

Thanks in advance for your time!
Kind regards
Sven

from octopus.

jelber2 avatar jelber2 commented on August 30, 2024

In the past, I have only run octopus on 30x WGS human with something like 1900G RAM, but I did not look at the peak RAM usage. I would recommend you split your job into parts, and maybe try again per chromosome. Do you really have the forest model file? That is something that could also cause an error if you do not have it, but I am not sure if it would cause the same OOM error.

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.