From 69aa77207ba520efc9d8fc94ab5fbdadaf6fe7af Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Mon, 15 Jul 2019 12:07:32 -0500
Subject: [PATCH] Add outputs to plot profile

---
 workflow/main.nf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/workflow/main.nf b/workflow/main.nf
index f392faa..ed2c9e8 100644
--- a/workflow/main.nf
+++ b/workflow/main.nf
@@ -470,6 +470,10 @@ process plotProfile {
   file ("*.pooled.fc_signal.bw") from bigwigs.collect()
   file gtf from gtfFile
 
+  output:
+
+  file("*.png") into plotProfile
+
   when:
 
   !skipPlotProfile
-- 
GitLab