diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e07862673964f559e751adb8ca119f9fd3ce238..7a110c32835b488a493143550821f919315bf1d5 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 fbfb2f154ec529822550560fe2fac158219212e0..c7576ab99751c21a57812ce5a4f31a31e402eb4f 100644 --- a/nextflow.config +++ b/nextflow.config @@ -110,7 +110,7 @@ process { } tower { - accessToken = '3ade8f325d4855434b49aa387421a44c63e3360f' + accessToken = '3ade8f3eyJ0aWQiOiAzODE5fS4zNWQ4M2ZhYmE0YThjMDQ5Y2RmMjI0YzE2NmIyNmNjZDI4ZDQ4ODFl' enabled = true }