From fd1b0c71db0957a76e1b7cc5c7dd09339593e9f8 Mon Sep 17 00:00:00 2001
From: Mia Croiset <mia.croiset@ens-lyon.fr>
Date: Wed, 6 Sep 2023 16:30:22 +0200
Subject: [PATCH] correct versions hicplotmatrix

---
 modules/local/hicexplorer/hicPlotMatrix.nf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/local/hicexplorer/hicPlotMatrix.nf b/modules/local/hicexplorer/hicPlotMatrix.nf
index e5de89e..caaaa19 100644
--- a/modules/local/hicexplorer/hicPlotMatrix.nf
+++ b/modules/local/hicexplorer/hicPlotMatrix.nf
@@ -13,6 +13,7 @@ process HIC_PLOT_MATRIX {
 
     output:
     tuple val(meta), path("*.pdf"), emit: pdf
+    path("versions.yml"), emit:versions
 
     script:
     def args = task.ext.args ?: ''
-- 
GitLab