Code Monkey home page Code Monkey logo

Comments (5)

alisandra avatar alisandra commented on August 12, 2024 1

Hi, yeah, I am unaware of any interaction between Helixer and nohup, and such an interaction would be surprising.

I would hazard a guess the run could be failing for a different reason on the larger genome, and nohup is only obscuring the output.

Thus I agree with the comment from @nhartwic, which importantly includes an example on how to differentiate standard error and standard out with nohup. Were I running this, I might further change 2>&1 to 2>Taestivum.Chinese_Spring.HPIv02.err or similar, just for my own organization. Then the useful error messages would be in Taestivum.Chinese_Spring.HPIv02.err.

I can also only second @colindaven's advice on using tmux or screen. Either of those will make remote work easier, in general.

from helixer.

alexandrosbousios avatar alexandrosbousios commented on August 12, 2024 1

Thank you all for the advice and discussion. I know that nohup is expected to work, possibly my set up was not the optimal. I will try what you suggest in future helixer runs and come back to this thread with updates!

from helixer.

nhartwic avatar nhartwic commented on August 12, 2024

I'm not the dev.

I've been running helixer using singularity and have encountered no issues backgrounding and nohuping. Example execution below...

nohup singularity run --bind /data1:/data1 --nv helixer-docker_helixer_v0.3.2_cuda_11.8.0-cudnn8.sif  Helixer.py \
    --fasta-path Taestivum.Chinese_Spring.HPIv02.fasta \
    --gff-output-path Taestivum.Chinese_Spring.HPIv02.gff3 \
    --lineage land_plant \
    --species Taestivum.Chinese_Spring.HPIv02 \
    > Taestivum.Chinese_Spring.HPIv02.log 2>&1 &

If I were you, I'd double check the commands you are using, then double check your environment and relevant bashrc/login/whatever. And I guess also try the containerized version of Helixer if you haven't?

IDK. Just trying to be helpful.

from helixer.

colindaven avatar colindaven commented on August 12, 2024

Nohup should work, but try using screen or tmux as an alternative. I haven't seen any problems like this running helixer via a nextflow pipeline using a singularity container.

from helixer.

colindaven avatar colindaven commented on August 12, 2024

@alexandrosbousios you might need to also google ssh keepalive and look into associated answers if this issue persists, but it is related to your infrastructure and nothing to do with helixer.

from helixer.

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.