Skip to content

Commit 83a6311

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 082000c commit 83a6311

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module module_co2stop_cdr:
2424
# Redirect module intermediate files
2525
logs="resources/co2stop_cdr/logs",
2626
resources="resources/co2stop_cdr/resources",
27-
results="resources/co2stop_cdr/results"
27+
results="resources/co2stop_cdr/results",
2828

2929

3030
# rename all module rules with a prefix, to avoid naming conflicts.

workflow/Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ from snakemake.utils import min_version, validate
44

55
min_version("8.10")
66

7+
78
# !!!!! IMPORTANT !!!!!
89
# Define pathvars for all user resource files and result files
910
# This allows users to re-wire how the module is used in their workflow with ease.

0 commit comments

Comments
 (0)