From 9312146d744594ef86e3878c726070fac8aa57e1 Mon Sep 17 00:00:00 2001 From: Nicolas Servant <nicolas.servant@curie.fr> Date: Mon, 9 May 2022 07:40:38 +0200 Subject: [PATCH] Update workflows/hic.nf Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com> --- workflows/hic.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/hic.nf b/workflows/hic.nf index 4592e83..60e54a0 100644 --- a/workflows/hic.nf +++ b/workflows/hic.nf @@ -223,7 +223,7 @@ workflow HIC { .map { it -> [it[0], it[1], it[2]]} .set{ ch_cool_compartments } - COMPARTMENTS( + COMPARTMENTS ( ch_cool_compartments, ch_fasta, PREPARE_GENOME.out.chromosome_size -- GitLab