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 8192a09 commit 53912b0Copy full SHA for 53912b0
workflow/rules/initialize.smk
@@ -42,7 +42,7 @@ logger.logger.addHandler(logging.FileHandler(extra_logfile))
42
43
# We want to report the grenepipe version for the user, for reproducibility.
44
# The following line is automatically replaced by the deploy scripts. Do not change manually.
45
-grenepipe_version = "0.14.0" # GRENEPIPE_VERSION #
+grenepipe_version = "0.15.0" # GRENEPIPE_VERSION #
46
47
48
# Load the config. If --directory was provided, this is also loaded from there.
0 commit comments