From 98eda3571d0b8c36bb2aacc8db53c62c51ecfc68 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:45:22 -0500 Subject: [PATCH] Switch nf tower off for workstations --- dot_nextflow/config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_nextflow/config.tmpl b/dot_nextflow/config.tmpl index b47f405..f4bc612 100644 --- a/dot_nextflow/config.tmpl +++ b/dot_nextflow/config.tmpl @@ -1,4 +1,4 @@ -{{ if eq .machinetype "workstation" }} +{{ if ne .machinetype "workstation" }} tower { enabled = true accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'