From 4dc537f6e9bd018380fb4695f4fbdf83973839bc Mon Sep 17 00:00:00 2001 From: renewiegandt Date: Mon, 14 Jan 2019 20:16:24 +0100 Subject: [PATCH] Fixed typo in pipeline.nf --- pipeline.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.nf b/pipeline.nf index bc7415c..dcab67a 100644 --- a/pipeline.nf +++ b/pipeline.nf @@ -87,7 +87,7 @@ Optional arguments: --window_length INT This parameter sets the length of a sliding window. (Default: 200) --step INT This parameter sets the number of positions to slide the window forward. (Default: 100) --percentage INT Threshold in percent (Default: 0) - --min_gap INT If footprints are less than X bases appart the footprints will be merged (Default: 6) + --min_gap INT If footprints are less than X bases apart the footprints will be merged (Default: 6) Filter motifs: --min_size_fp INT Minimum sequence length threshold. Smaller sequences are discarded. (Default: 10)