From e552fe2eb8c03b2862481575e2480e8659e220a4 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Tue, 8 Oct 2019 14:27:32 -0500 Subject: [PATCH] Add GHH Nextflow Tower token to config --- workflow/conf/biohpc.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index a5ea037..7d42d89 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -98,3 +98,8 @@ report { enabled = true file = 'report.html' } + +tower { + accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f' + enabled = true +} -- GitLab