📄️ How to use Snakemake checkpoints
Snakemake checkpoints are a special rule that can dynamically change the pipeline's structure, and they are often used for reading dynamically generated files. This guide explains how they work with examples and tips.
📄️ How to use Snakemake dry runs
The `--dry-run` option in Snakemake is a fast and computationally cheap way to test a workflow. This guide explains how it works with examples and tips.
📄️ How to use Snakemake expand
Snakemake's `expand` function is key for efficiently managing file names and paths in Snakemake. This guide explains how it works with examples and tips.
📄️ How to use Snakemake resources
Snakemake's "resources" determine how jobs are scheduled within a computational environment. This guide explains how it works with examples and tips.
📄️ How to use Snakemake wildcards
Wildcards in Snakemake are key for making a pipeline's rules work across datasets and files names. This guide explains how they work with examples and tips.