From 0f0aa589037d577a6d8ef6fdc5d50b5c768771a9 Mon Sep 17 00:00:00 2001 From: renewiegandt Date: Wed, 23 Jan 2019 13:16:15 +0100 Subject: [PATCH] Update parameter names in moitif_estimation.config --- config/motif_estimation.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/motif_estimation.config b/config/motif_estimation.config index 2445d12..c829265 100644 --- a/config/motif_estimation.config +++ b/config/motif_estimation.config @@ -3,9 +3,9 @@ params { min_seq = 10 //glam2 - motif_min_len = 8 - motif_max_len = 20 - interation = 10000 + motif_min_key = 8 + motif_max_key = 20 + iteration = 10000 //tomtom tomtom_treshold = 0.01