Closed mrvollger closed 2 years ago
It looks like this is because the quotes are hardcoded in the template: https://github.com/snakemake/snakedeploy/blob/b780ce39950e273f682a2ecaca3bd4d400167671/snakedeploy/templates/use_module.smk.jinja#L13. I think an easy fix is to just have the quotes added / not added by the provider - GitHub is currently the only one so that seems easy enough! I can open a PR with a suggested fix!
Thanks for reporting! Fixed in the upcoming release now.
Description
snakedeploy with this command generates a Snakefile with syntax errors:
Gives this syntax error:
This is because the github call in the snakemake is in quotes:
removing these quotes fixes the issue:
Not sure why this is the case, but it breaks the install and run commands for the snakemake standard compliant workflows (at least in my hands).