From 6de1721c13763576fdbbda1af34949282f342c2c Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 26 Dec 2018 19:35:02 -0600
Subject: [PATCH] Remove output and rename touched files.

---
 workflow/main.nf | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/workflow/main.nf b/workflow/main.nf
index b869164..baf38e9 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -419,7 +419,6 @@ process diffPeaks {
 
   output:
 
-  file 'design_diffpeak_annotatePeaks.tsv' into diffPeaksDesignAnnotatePeaks, diffPeaksDesignMeme
   file '*_diffbind.bed' into diffPeaks
   file '*_diffbind.csv' into diffPeaksCounts
   file '*.pdf' into diffPeaksStats
@@ -430,8 +429,8 @@ process diffPeaks {
     """
     touch no_diffbind.bed
     touch no_diffbind.csv
-    touch heatmap.pdf
-    touch pca.pdf
+    touch no_heatmap.pdf
+    touch no_pca.pdf
     touch normcount_peaksets.txt
     """
   }
-- 
GitLab