Home
last modified time | relevance | path

Searched refs:AlgoSuffix (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/repeat_finder/src/
H A DTandemQuery.cpp126 case TSConstants::AlgoSuffix: in saveConfiguration()
144 int algorithm = TSConstants::AlgoSuffix; in loadConfiguration()
146 algorithm = TSConstants::AlgoSuffix; in loadConfiguration()
211 items["Suffix index"] = TSConstants::AlgoSuffix; in QDTandemActorPrototype()
H A DRF_SArray_TandemFinder.h44 enum TSAlgo { AlgoSuffix = 0, enumerator
H A DFindTandemsDialog.cpp87 algoComboBox->addItem(tr("Suffix array"), TSConstants::AlgoSuffix); in FindTandemsDialog()
H A DRF_SArray_TandemFinder.cpp238 if (settings.algo == TSConstants::AlgoSuffix) { in prepare()