From d0529f426e697e64c4a4e3c65c1438a798ca0866 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Tue, 19 Oct 2021 10:10:37 +0200
Subject: [PATCH] danpos: add include for wig2_to_bedgraph2

---
 src/nf_modules/danpos/main.nf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nf_modules/danpos/main.nf b/src/nf_modules/danpos/main.nf
index 4ddb7265..6e5b0dab 100644
--- a/src/nf_modules/danpos/main.nf
+++ b/src/nf_modules/danpos/main.nf
@@ -3,7 +3,8 @@ container_url = "biocontainers/danpos:${version}"
 
 include {
   bigwig2_to_wig2;
-  wig_to_bedgraph
+  wig_to_bedgraph;
+  wig2_to_bedgraph2
 } from "./../ucsc/main.nf"
 
 params.dpos = "--smooth_width 0 -n N "
-- 
GitLab