Skip to content

Commit b2925bd

Browse files
committed
Add example of local file inclusion to main snakefile
1 parent 88e7bb3 commit b2925bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

template/workflow/Snakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ with open(workflow.source_path("internal/settings.yaml"), "r") as f:
2121
include: "rules/automatic.smk"
2222
include: "rules/dummy.smk"
2323

24+
# Add additional files to be delivered alongside the workflow here.
25+
# e.g.: workflow.source_path("scripts/_utils.py")
2426

2527
rule all:
2628
message:

0 commit comments

Comments
 (0)