From 2a187342f637cd3b6c5eae64bf4b61c9dce0d61a Mon Sep 17 00:00:00 2001 From: Woosub-Kim Date: Fri, 5 Jan 2024 13:20:02 +0900 Subject: [PATCH] complexsearch initial search parameter adjustment --- src/strucclustutils/scorecomplex.cpp | 15 +++------------ src/workflow/ComplexSearch.cpp | 15 ++++++++++----- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/src/strucclustutils/scorecomplex.cpp b/src/strucclustutils/scorecomplex.cpp index 46622159..c75ee5f1 100644 --- a/src/strucclustutils/scorecomplex.cpp +++ b/src/strucclustutils/scorecomplex.cpp @@ -424,7 +424,8 @@ class DBSCANCluster { unsigned int finishDBSCAN() { initializeAlnLabels(); - if (prevMaxClusterSize < minClusterSize || bestClusters.empty()) return UNCLUSTERED; + if (prevMaxClusterSize < minClusterSize || bestClusters.empty()) + return UNCLUSTERED; cLabel = CLUSTERED; for (auto &cluster: bestClusters) { for (auto alnIdx: cluster) { @@ -440,22 +441,12 @@ class DBSCANCluster { for (size_t alnIdx=0; alnIdx