From 834e9f81208cdc2b5a31bc4e8d41356589c79b50 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Mon, 25 Oct 2021 16:58:24 +0200 Subject: [PATCH] ucsc: fix typo :66 & :49 --- src/nf_modules/ucsc/main.nf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nf_modules/ucsc/main.nf b/src/nf_modules/ucsc/main.nf index 77d91695..ac0d2809 100644 --- a/src/nf_modules/ucsc/main.nf +++ b/src/nf_modules/ucsc/main.nf @@ -46,7 +46,7 @@ workflow wig_to_bedgraph { fasta, wig ) - wig_to_bedgraph( + bigwig_to_bedgraph( wig_to_bigwig.out.bw ) emit: @@ -62,7 +62,7 @@ workflow wig2_to_bedgraph2 { fasta, wig ) - wig2_to_bedgraph2( + bigwig2_to_bedgraph2( wig2_to_bigwig2.out.bw ) emit: -- GitLab