Closed koen-vg closed 2 years ago
Hi,
Thanks for the great package! Snakemake 6.13 introduced the prefix keyword in module declaration blocks, which can look like this:
prefix
module: snakefile: "other/Snakefile" prefix: "other"
This is not yet recognised by snakefmt; the above module declaration is rejected as invalid.
Hi,
Thanks for the great package! Snakemake 6.13 introduced the
prefix
keyword in module declaration blocks, which can look like this:This is not yet recognised by snakefmt; the above module declaration is rejected as invalid.