From 1aac84d2dfdad8a17ed0902c2988164720ff13b9 Mon Sep 17 00:00:00 2001 From: TimothyBergstrom Date: Fri, 22 Nov 2019 14:21:14 +0100 Subject: [PATCH] Quandenser-pipeline v0.0831 ### Changes in the GUI * Fixed a bug in the qstyledark theme where the QComboBoxes were way too large * Added experimental workload managers from here https://www.nextflow.io/docs/latest/executor.html --- Singularity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Singularity b/Singularity index d5943c2..572c1be 100644 --- a/Singularity +++ b/Singularity @@ -163,5 +163,5 @@ From:chambm/wine-dotnet:4.7-x64 # Prebuilt, WIP trying to convert to Ubuntu 18. %runscript GREEN="\033[1;92m" RESET="\033[0m\n" - VERSION="v0.083" + VERSION="v0.0831" printf "${GREEN}Quandenser-pipeline ${VERSION}${RESET}"