From 4a243d22808b7d5656acbf409e79da9ea842121d Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 25 Jul 2021 16:37:51 -0500 Subject: [PATCH] Update NF Tower access token to BICF user --- CHANGELOG.md | 1 + nextflow.config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e07862..7a110c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Add licence header to nf file, R and python scriptsand pytest scripts * Stop using RCB and RMB (default) with deriva.core insert calls to match server update (#134) * Replace default seqwho reference location to one provided by source lab (#127) +* Update NF Tower access token to BICF user # v2.0.0 **User Facing** diff --git a/nextflow.config b/nextflow.config index fbfb2f1..c7576ab 100644 --- a/nextflow.config +++ b/nextflow.config @@ -110,7 +110,7 @@ process { } tower { - accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f' + accessToken = '3ade8f3eyJ0aWQiOiAzODE5fS4zNWQ4M2ZhYmE0YThjMDQ5Y2RmMjI0YzE2NmIyNmNjZDI4ZDQ4ODFl' enabled = true } -- GitLab