From c206f7bb3f290780248f5225816d92492879bef1 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 13 Apr 2020 20:38:39 -0500
Subject: [PATCH] Revert profile folder

---
 workflow/nextflow.config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index aea0232..527b3ca 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -1,12 +1,12 @@
 profiles {
   biohpc_local {
-    includeConfig 'workflow/conf/biohpc_local.config'
+    includeConfig 'conf/biohpc_local.config'
   }
   biohpc_cluster {
-    includeConfig 'workflow/conf/biohpc_cluster.config'
+    includeConfig 'conf/biohpc_cluster.config'
   }
   aws {
-    includeConfig 'workflow/conf/aws.config'
+    includeConfig 'conf/aws.config'
   }
 }
 
-- 
GitLab