We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eb48f commit 4e6bb22Copy full SHA for 4e6bb22
2 files changed
copier.yaml
@@ -30,7 +30,7 @@ _skip_if_exists:
30
- AUTHORS
31
- CITATION.cff
32
- INTERFACE.yaml
33
- # Special cases
+ # Special cases: these files should not be user-modified, even though they are in user-modifiable directories
34
- "!config/README.md"
35
- "!tests/clio_test.py"
36
_templates_suffix: .jinja
template/workflow/Snakefile
@@ -22,6 +22,8 @@ include: "rules/automatic.smk"
22
include: "rules/dummy.smk"
23
24
# 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.
27
# e.g.: workflow.source_path("scripts/_utils.py")
28
29
rule all:
0 commit comments