Skip to content

Instantly share code, notes, and snippets.

@arm2arm
Last active September 17, 2025 09:37
Show Gist options
  • Select an option

  • Save arm2arm/f8afe31e66db1c6b2e8230e631149a8d to your computer and use it in GitHub Desktop.

Select an option

Save arm2arm/f8afe31e66db1c6b2e8230e631149a8d to your computer and use it in GitHub Desktop.
Reana +Snakemake + c4p tricks

Q: can i login to node? A: Just login to the c4p login node and run "condor_ssh_to_job jobid".

show me an example for snakemake with memory limits: A:

 rule prepare:
    container:
        "astro-ml:latest"
    resources:
           compute_backend="compute4punch",
           c4p_cpu_cores="6",
           c4p_memory_limit="20Gi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment