SyntaxError: L3: '[' in 'module' is not a valid identifier
This is because of the file .template/workflow/Snakefile.tmpl.tmpl that apparently gets parsed as a Snakefile which is bound to fail. Deleting the not very helpful .template folder resolves this issue. Not 100% sure what the latter is good for but that might be a scenario one wants to handle more gracefully from your side.
Hi,
this is mostly an FYI and maybe a reference for other users running into this:
Using the recommended github template from here: https://github.com/snakemake-workflows/snakemake-workflow-template the pre-commit hook fails with
This is because of the file
.template/workflow/Snakefile.tmpl.tmpl
that apparently gets parsed as aSnakefile
which is bound to fail. Deleting the not very helpful.template
folder resolves this issue. Not 100% sure what the latter is good for but that might be a scenario one wants to handle more gracefully from your side.Best, Julian