diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index 02a335815eeb3a1f1f96830ab74d146913353799..20da91a7f7a241e610708d7186d299d397958c41 100755
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -15,4 +15,15 @@ process {
     container = 'docker://bicf/trimgalore:1.1'
     queue = '256GB,256GBv1,384GB'
   }
+}
+
+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