From ac1e6a128bfcd3a1d7debb97c955e5cb7c11bb88 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 24 Oct 2006 00:44:15 +0000 Subject: [PATCH] call set_soft_threshold after subanalysis ticket:216 this should make sure that all the match lines show up with you first view a subanalysis. (Though perhaps not in the most CPU efficient way.) --- qui/SubanalysisWindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qui/SubanalysisWindow.cpp b/qui/SubanalysisWindow.cpp index 4adadcd..99dfb69 100644 --- a/qui/SubanalysisWindow.cpp +++ b/qui/SubanalysisWindow.cpp @@ -101,7 +101,9 @@ void SubanalysisWindow::run() new_m->set_window(window->value()); new_m->set_threshold(threshold->value()); new_m->analyze(); - + // FIXME: why isn't the nway_paths refined_pathz structure just initialized + // FIXME: with the contents of pathz? + new_m->set_soft_threshold(threshold->value()); // copy over motifs std::vector motifs_copy; std::vector color_copy; -- 2.30.2