From 33f96a384d1f84b4d1f46d6a70ca30135b24f35c Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 15 Jan 2020 11:05:01 -0600
Subject: [PATCH] Try removing proxy settings for biohpc nf config

---
 workflow/conf/biohpc.config | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 20da91a..f71a85a 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -20,10 +20,4 @@ process {
 singularity {
   enabled = true
   cacheDir = '/project/shared/bicf_workflow_ref/singularity_images/'
-}
-
-env {
-  http_proxy = 'http://proxy.swmed.edu:3128'
-  https_proxy = 'http://proxy.swmed.edu:3128'
-  all_proxy = 'http://proxy.swmed.edu:3128'
 }
\ No newline at end of file
-- 
GitLab