This repository contains short guides and templates to help you start running jobs on HPC clusters.
01-cluster-basics/: first connection, file transfers, and SLURM job scripts.02-docker/: building reproducible container images locally with Docker.03-apptainer/: running those images on the cluster with Apptainer.04-snakemake/: workflow automation with Snakemake.
- Start with
01-cluster-basics/README.md. - Continue with
02-docker/README.md. - Then
03-apptainer/README.md. - Finish with
04-snakemake/README.md.