From 419b8518cad19b05d017c606b0c369a4517f9cbf Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 27 Dec 2019 00:06:40 -0600 Subject: [PATCH] Remove redudnant config --- nextflow.config | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 nextflow.config diff --git a/nextflow.config b/nextflow.config deleted file mode 100644 index 2877704..0000000 --- a/nextflow.config +++ /dev/null @@ -1,5 +0,0 @@ -profiles { - standard { - includeConfig 'workflow/conf/biohpc.config' - } -} -- GitLab