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