We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea361 commit a1df830Copy full SHA for a1df830
1 file changed
workflow/Snakefile
@@ -4,18 +4,15 @@ from pathlib import Path
4
from snakemake.utils import min_version
5
import subprocess
6
7
-
8
min_version("7.19")
9
10
-containerized: "docker://ahmig/vipera:latest"
+__version__ = "1.2.1"
+
11
+containerized: "docker://ahmig/vipera:v" + __version__
12
13
configfile: "config/config.yaml"
14
configfile: "config/targets.yaml"
15
-# Workflow version
16
-__version__ = "1.2.1"
17
18
-# Rules
19
include: "core.smk"
20
include: "rules/context.smk"
21
include: "rules/report.smk"
0 commit comments