Coder Social home page Coder Social logo

Make sure program works about intarna HOT 3 CLOSED

Kalmasi2807 avatar Kalmasi2807 commented on June 2, 2024
Make sure program works

from intarna.

Comments (3)

martin-raden avatar martin-raden commented on June 2, 2024 1

Hi @Kalmasi2807,

eventually it is hard to say what's going on in your system. Output might be delayed due to buffering (and delay depends on the buffer size and the problem specific output).

Generally speaking: computation can take a while, especially when you are running a big batch job with many sequences.

Since IntaRNA first computes accessibility information for ALL sequences, you wont see any output before that is done. So the more and longer sequences you have the longer this will take.

Since all accessibility data is hold in memory, you might exceed your RAM causing swapping of data to your hard drive, which slows down computation dramatically. (check with htop for swapping and memory consumption).

If you are interested in logging information, you can use the "-v"erbose output of IntaRNA (which you cannot enable after starting.. so no help for you two jobs).

Hope that helps. If so, please close the issue.

Best,
Martin

from intarna.

martin-raden avatar martin-raden commented on June 2, 2024 1

Hi @Kalmasi2807

yes, most likely! "std::bad_alloc" errors are typically raised due to failed memory allocation attempts.

So eventually, this is not a "WARNING" as stated but an internal exception (causing the crash of thread 0) that will trigger IntaRNA to stop.

Hope that helps to investigate and counter the issue.

Best,
Martin

from intarna.

Kalmasi2807 avatar Kalmasi2807 commented on June 2, 2024

Hello @martin-raden,

I used -v command as you said me and I have this warning. ΒΏIs it about the RAM memory because it not has enough memory?

# INFO : Executed [IntaRNA::AccessibilityBasePair::AccessibilityBasePair(const IntaRNA::RnaSequence&, size_t, const IntaRNA::AccessibilityConstraint*, IntaRNA::E_type, IntaRNA::Z_type, size_t)] in [0 ms]
# VERBOSE : computing accessibility for query 'URS0000C5AD2A_109478'...
# VERBOSE : computing accessibility via Nussinov-like recursions...
# INFO : Executed [IntaRNA::AccessibilityBasePair::AccessibilityBasePair(const IntaRNA::RnaSequence&, size_t, const IntaRNA::AccessibilityConstraint*, IntaRNA::E_type, IntaRNA::Z_type, size_t)] in [1 ms]
# VERBOSE : computing accessibility for target 'NC_010443.5'...
# WARNING : Exception raised for :  #thread 0 #target 0 : std::bad_alloc
# WARNING : Exception raised : std::exception

from intarna.

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.