Skip to content

fix: use variable_name_for_value instead of variable_name_for_file#369

Merged
rahuldesai1 merged 1 commit into
mainfrom
rahuldesai1/snakemake-targetjob-bug-fix
Jan 16, 2024
Merged

fix: use variable_name_for_value instead of variable_name_for_file#369
rahuldesai1 merged 1 commit into
mainfrom
rahuldesai1/snakemake-targetjob-bug-fix

Conversation

@rahuldesai1
Copy link
Copy Markdown
Contributor

This will fail without this fix (input for a target job has keyword param):

rule all:
  input:
    file = "file1.txt"

touch:
  output:
    file = "file1.txt"
  shell:
    "touch {output.file}" 

@rahuldesai1 rahuldesai1 merged commit 7875fa3 into main Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants