From 8f23081a5999769a23a7a4d966605a22215c5d84 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 25 Jul 2021 17:43:45 -0500
Subject: [PATCH] Dissable Tower

---
 nextflow.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nextflow.config b/nextflow.config
index c75104d..83f93fb 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -112,7 +112,7 @@ process {
 tower {
   accessToken = 'eyJ0aWQiOiAzODIyfS42YWFjOWMwZDM4Mjc1NmY0MGJiY2QxNWRkOTZlYTU4MDlmY2NkZmRj'
   workspaceId = '84512216752206'
-  enabled = true
+  enabled = false
 }
 
 manifest {
-- 
GitLab