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"