logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Snakefmt - Format Snakemake Files | Online Free DevTools by Hexmos

Format Snakemake files instantly with Snakefmt. Ensure consistent code style and improve readability for easier collaboration. Free online tool, no registration required.

snakefmt

Format Snakemake files. More information: https://github.com/snakemake/snakefmt.

  • Format a specific Snakefile:

snakefmt {{path/to/snakefile}}

  • Format all Snakefiles recursively in a specific directory:

snakefmt {{path/to/directory}}

  • Format a file using a specific configuration file:

snakefmt --config {{path/to/config.toml}} {{path/to/snakefile}}

  • Format a file using a specific maximum line length:

snakefmt --line-length {{100}} {{path/to/snakefile}}

  • Display the changes that would be performed without performing them (dry-run):

snakefmt --diff {{path/to/snakefile}}

See Also