We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e97a97 commit 45b7b49Copy full SHA for 45b7b49
workflows/working_example/workflow/Snakefile
@@ -17,7 +17,7 @@ configfile: "config/config.yaml"
17
# Rule to run the R script with the path parameter
18
rule run_r_script:
19
input:
20
- script = "epiestim_estimate_r.R"
+ script = "workflow/epiestim_estimate_r.R"
21
params:
22
path = config["path"]
23
out = config["out"]
0 commit comments