You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this should go here or in the main snakemake repo, but I ran into the issue with snakedeploy so here we are! I'm happy to close it and move if needed.
Describe what you were trying to get done.
I want to test out a new version of a pipeline that involves a new parameter in the config
Describe what happened, what went wrong, and what you expected to happen.
I tried snakedeploying the commit, but the config fetched was the one in the default branch, not the one corresponding to the commit I am trying to deploy.
What I Did
I forked the dnaseq example workflow, added a new config parameter called abrandnewparam and a print statement to the main workflow file.
$ snakedeploy deploy-workflow --tag f550119d https://github.com/nickp60/snakedeploy-issue tmp2
# deployment succeeds
$ snakemake -c 1 -s tmp2/workflow/Snakefile --configfile ./tmp2/config/config.yaml
KeyError in line 8 of https://github.com/nickp60/snakedeploy-issue/raw/f550119d/workflow/Snakefile:
'abrandnewparam'
It's not shown with this example, but where applicable it also pulls the default branch's config validation schema as well, which is a bummer.
Is this the intended behavior?
The text was updated successfully, but these errors were encountered:
Hi Snakedeploy team!
Description
Not sure if this should go here or in the main snakemake repo, but I ran into the issue with snakedeploy so here we are! I'm happy to close it and move if needed.
I want to test out a new version of a pipeline that involves a new parameter in the
config
I tried snakedeploying the commit, but the config fetched was the one in the default branch, not the one corresponding to the commit I am trying to deploy.
What I Did
I forked the dnaseq example workflow, added a new config parameter called
abrandnewparam
and a print statement to the main workflow file.It's not shown with this example, but where applicable it also pulls the default branch's config validation schema as well, which is a bummer.
Is this the intended behavior?
The text was updated successfully, but these errors were encountered: