Home
last modified time | relevance | path

Searched refs:OPTION_BEST_HITS (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/bwa/
H A DBwaTask.h134 static const QString OPTION_BEST_HITS; variable
H A DBwaTask.cpp173 arguments.append(settings.getCustomValue(BwaTask::OPTION_BEST_HITS, 30).toString()); in prepare()
554 const QString BwaTask::OPTION_BEST_HITS = "best-hits"; member in U2::BwaTask
H A DBwaSettingsWidget.cpp144 settings.insert(BwaTask::OPTION_BEST_HITS, bestHitsSpinBox->value()); in getDnaAssemblyCustomSettings()
H A DBwaWorker.cpp83 customSettings.insert(BwaTask::OPTION_BEST_HITS, getValue<int>(BEST_HITS)); in getCustomParameters()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/bwa/bwa_tests/
H A DbwaTests.cpp235 config.setCustomValue(BwaTask::OPTION_BEST_HITS, el.attribute(attr).toInt(&ok)); in init()