Skip to content

Commit a1df830

Browse files
committed
Update container declaration
1 parent baea361 commit a1df830

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

workflow/Snakefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ from pathlib import Path
44
from snakemake.utils import min_version
55
import subprocess
66

7-
87
min_version("7.19")
98

10-
containerized: "docker://ahmig/vipera:latest"
9+
__version__ = "1.2.1"
10+
11+
containerized: "docker://ahmig/vipera:v" + __version__
1112

1213
configfile: "config/config.yaml"
1314
configfile: "config/targets.yaml"
1415

15-
# Workflow version
16-
__version__ = "1.2.1"
17-
18-
# Rules
1916
include: "core.smk"
2017
include: "rules/context.smk"
2118
include: "rules/report.smk"

0 commit comments

Comments
 (0)