Giter Site home page Giter Site logo

Comments (4)

beardymcjohnface avatar beardymcjohnface commented on June 16, 2024

Hi Luis, I'm not sure what the problem might be here other than an issue I had a while ago after updating Snakemake. Are you using a profile to run on the cluster? if so can you show me your profile config?

from hecatomb.

luisalbertoc95 avatar luisalbertoc95 commented on June 16, 2024

HI Mike,

Here the profile config file.

Thank you,

Luis
config.txt

from hecatomb.

beardymcjohnface avatar beardymcjohnface commented on June 16, 2024

Hi Luis,
Yes I see the problem. I've run into this before but forgot to update the example profile with Hecatomb. You need to add --parsable to the sbatch command following a Snakemake update. Try this:

cluster:
  mkdir -p logs/{rule}/ &&
  sbatch
    --cpus-per-task={threads}
    --mem={resources.mem_mb}
    --time={resources.time}
    --job-name=smk-{rule}
    --parsable
    --output=logs/{rule}/{jobid}.out
    --error=logs/{rule}/{jobid}.err
default-resources:
  - mem_mb=2000
  - time=1440
jobs: 100
latency-wait: 50
local-cores: 8
restart-times: 1
max-jobs-per-second: 20
keep-going: True
rerun-incomplete: True
printshellcmds: True
scheduler: greedy
use-conda: True
conda-frontend: mamba
cluster-status: ~/.config/snakemake/slurm/slurm-status.py
max-status-checks-per-second: 10

from hecatomb.

luisalbertoc95 avatar luisalbertoc95 commented on June 16, 2024

Now it's working!

Thanks a lot Mike.

Luis

from hecatomb.

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.