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 bb35fb9 commit 8980050Copy full SHA for 8980050
1 file changed
workflow/Snakefile
@@ -6,7 +6,8 @@ import subprocess
6
7
min_version("7.19")
8
9
-__version__ = "1.3.0"
+with open(Path(workflow.basedir).parent / "version.txt") as f:
10
+ __version__ = f.read()
11
12
containerized: "docker://ahmig/vipera:v" + __version__
13
0 commit comments