From 1a8fb8a5b79bed96f308d33040353d02575007dc Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 7 Jun 2018 18:41:42 -0500
Subject: [PATCH] Tweak

---
 .gitignore                  | 3 ++-
 workflow/conf/biohpc.config | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2df1642..a0a07dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -107,6 +107,7 @@ ENV/
 /workflow/output/fastq/
 pipeline_trace*.txt*
 .nextflow*.log*
-report.html
+report.html*
+timeline*.html*
 
 *~
diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config
index e8e1851..360f31a 100644
--- a/workflow/conf/biohpc.config
+++ b/workflow/conf/biohpc.config
@@ -12,7 +12,7 @@ process {
   }
   $mkfastq {
     module = ['cellranger/2.1.1', 'bcl2fastq/2.17.1.14']
-    cpus = 128
+    cpus = 32
   }
 }
 
-- 
GitLab