From 6954ecd11635c1ffb84fae041944cd4da5eec91e Mon Sep 17 00:00:00 2001 From: renewiegandt Date: Sat, 15 Dec 2018 19:47:19 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bf19c3..87be038 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ Optional arguments: --tfbs_path Path to directory with output from tfbsscan. If given tfbsscan will not be run. Footprint extraction: - --window_length INT (Default: 200) - --step INT (Default: 100) - --percentage INT (Default: 0) + --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) Filter unknown motifs: --min_size_fp INT (Default: 10)