snakemake / snakedeploy

deploy a snakemake pipeline directly from version control (under development)
Mozilla Public License 2.0
21 stars 8 forks source link

fix: Removing quotes from around snakefile in use_module template #23

Closed vsoch closed 2 years ago

vsoch commented 2 years ago

Currently, GitHub is the only provider and having quotes is an error. Instead of hard coding them into the template, we should take an approach of having the provider determine to add/not add them.

This will fix #22

Signed-off-by: vsoch vsoch@users.noreply.github.com

johanneskoester commented 2 years ago

Right, I fixed this in parallel in the main branch already, sorry for missing this PR!