Skip to content

Commit 98f7baa

Browse files
min snakemake version
1 parent 70e3b3e commit 98f7baa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

workflow/Snakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from snakemake.utils import min_version
22

3-
min_version("8.13.0")
3+
min_version("9.1.0")
44

55

66
configfile: "config/config.yaml"
@@ -13,7 +13,8 @@ scattergather:
1313
calling=16,
1414

1515

16-
workflow.input_default_flags(access.sequential)
16+
inputflags:
17+
access.sequential
1718

1819

1920
# Allow users to fix the underlying OS via singularity.

0 commit comments

Comments
 (0)