From 76d6ec902d49e6d9c3f90da220fb07bddd193e0a Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 10 Mar 2019 15:26:01 -0500
Subject: [PATCH] Add nextflow.config to pipeline root folder

---
 nextflow.config | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 nextflow.config

diff --git a/nextflow.config b/nextflow.config
new file mode 100644
index 0000000..2877704
--- /dev/null
+++ b/nextflow.config
@@ -0,0 +1,5 @@
+profiles {
+  standard {
+    includeConfig 'workflow/conf/biohpc.config'
+  }
+}
-- 
GitLab