From 42d32387b14945a46b53e234cac0dff80d63d825 Mon Sep 17 00:00:00 2001 From: anastasiia Date: Mon, 10 Dec 2018 14:43:14 +0100 Subject: [PATCH] adding comment about the footprints_extraction --- pipeline.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.nf b/pipeline.nf index b1084df..866def8 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -117,7 +117,7 @@ All arguments can be set in the configuration files. bigwig_input.combine(bed_input).into {footprint_in} /* - +this process uses the uncontinuous score from a bigWig file to estimate footpints within peaks of interest */ process footprint_extraction { conda "${path_env}"