Skip to content

Commit 4e6bb22

Browse files
committed
PR improvements
1 parent c0eb48f commit 4e6bb22

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _skip_if_exists:
3030
- AUTHORS
3131
- CITATION.cff
3232
- INTERFACE.yaml
33-
# Special cases
33+
# Special cases: these files should not be user-modified, even though they are in user-modifiable directories
3434
- "!config/README.md"
3535
- "!tests/clio_test.py"
3636
_templates_suffix: .jinja

template/workflow/Snakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ include: "rules/automatic.smk"
2222
include: "rules/dummy.smk"
2323

2424
# Add additional files to be delivered alongside the workflow here.
25+
# This is needed e.g. for python code files that are never
26+
# explicitly used as a script or input in a snakemake rule.
2527
# e.g.: workflow.source_path("scripts/_utils.py")
2628

2729
rule all:

0 commit comments

Comments
 (0)