-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected keyword template_engine #11
Comments
Which snakemake version are you using? I think I may have forgotten to raise the minimum required snakemake version to 7.0: cyrcular-calling/workflow/Snakefile Line 3 in ccd556a
|
Hey, So I got the same error when I used both versions, 6.15 and 7.32 |
Hm. Starting with a clean checkout of tag v2.0.0, when I perform a dry-run with snakemake 6.15.5, I get |
Basically, the So any version higher than that should not throw this error. Are you sure you had the correct version of snakemake present / activated when actually running snakemake? And if the problem does persist, could you provide a little more context of what you did? So interesting things could be:
But these are just off the top of my head -- more info is usually more helpful... ;) |
Hey,
I am trying to run your snakemake workflow and I am getting at error:
SyntaxError in line 42 of https://github.com/snakemake-workflows/cyrcular-calling/raw/v2.0.0/workflow/rules/datavzrd.smk:
Unexpected keyword template_engine in rule definition (datavzrd.smk, line 42)
Can you help?
The text was updated successfully, but these errors were encountered: