Git Product home page Git Product logo

Comments (5)

ospfsg avatar ospfsg commented on July 30, 2024 1

Thank you

osp

from grenepipe.

lczech avatar lczech commented on July 30, 2024

Hi Octávio @ospfsg,

thanks for posting this here again! :-)

This seems like an error in one of the tools (picard MarkDuplicates), which will need a bit of detective work to find. The first clue:

    log: logs/picard/dedup/PN1.log (check log file(s) for error message)

So could you please check that file and upload it here? It might already contain the error description we are looking for.

Also, please follow the steps of the troubleshooting part of the documentation. If you are not running this on a cluster, not all steps might be as described there (the job ID for instance), but it will give you a general idea which files to investigate to figure out where the error is coming from! Any log files that you find through this, you can also post here.

Cheers and so long
Lucas

from grenepipe.

ospfsg avatar ospfsg commented on July 30, 2024

Hi Lucas

When I open the log file

MarkDuplicates -REMOVE_DUPLICATES true -INPUT mapped/PN1.merged.bam -OUTPUT dedup/PN1.bam -METRICS_FILE qc/dedup/PN1.metrics.txt

and no output file is present and qc/dedup folder is not there!

PN1.log

In the log file:

[Wed Mar 20 20:38:55 WET 2024] Executing as dau1@frey on Linux 6.5.0-26-generic amd64; OpenJDK 64-Bit Server VM 21.0.2-internal-adhoc.conda.src; Deflater: Intel; Inflater: Intel; Provider GCS is not available; Picard version: 2.27.4-SNAPSHOT

It seems this the problem? ..... Provider GCS is not available

cheers
osp

from grenepipe.

lczech avatar lczech commented on July 30, 2024

Hi Octávio @ospfsg,

thanks for proving the log file. The error usually is the last thing to be logged, which is also the case here. At the end of the file, there is a log entry:

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

which is the issue here: You are running out of memory for Java. Java is a bit weird, and limits itself in terms of memory unless specified otherwise. So, in order to increase the amount of memory that Java will use, grenepipe provides an option to set Java-specific settings for each Java-based tool.

In your case, this is this line in the config file. By setting this to

MarkDuplicates-java-opts: "-Xmx10g"

you should give Java enough memory to work with.

Let me know if that works, and so long
Lucas

from grenepipe.

lczech avatar lczech commented on July 30, 2024

Closed as per #44 (comment)

from grenepipe.

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.