snakefmt

Code formatter for Snakemake workflow files

brewmacoslinux
Try with needOr install directly
Source

About

Snakemake code formatter

Commands

snakefmt

Examples

Format a single Snakefile$ snakefmt Snakefile
Format all Snakefiles in a directory recursively$ snakefmt --recursive .
Check formatting without modifying files$ snakefmt --check Snakefile