bio-workflow-management-snakemake-workflows

Installation
SKILL.md

Snakemake Workflows

Compatible with Snakemake 7.x, 8.x, and 9.x. For Snakemake 8.0+, use --executor instead of --cluster.

Basic Rule Structure

# Snakefile

rule all:
    input:
        expand("results/{sample}_counts.txt", sample=SAMPLES)
Installs
4
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-workflow-management-snakemake-workflows — gptomics/bioskills