From 192320f0ed810bf40efb581d3db03855e7f98440 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 19 Feb 2021 17:26:14 -0600 Subject: [PATCH] Add to cleanup --- cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cleanup.sh b/cleanup.sh index aa28920..0d61cfe 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -1,7 +1,7 @@ rm *.out rm pipeline_trace*.txt* -rm report*.html* -rm timeline*.html* +rm *report*.html* +rm *timeline*.html* rm .nextflow*.log* rm -r .nextflow/ rm -r work/ -- GitLab