From 756e98f550ac6dde7df603fb506a83d203654182 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Thu, 20 Dec 2018 14:01:22 +0100 Subject: [PATCH] process description for reduce_sequence and clustering --- pipeline.nf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline.nf b/pipeline.nf index db3bbdf..c5f16b6 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -267,6 +267,7 @@ process overlap_with_known_TFBS { /* +Reduce each sequence to its most conserved region. */ process reduce_sequence { conda "${path_env}" @@ -287,6 +288,7 @@ process reduce_sequence { /* +Cluster all sequences. Appends a column with cluster numbers to the bed-file. */ process clustering { conda "${path_env}"