Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/bwa/
H A DBwaTask.h153 static const QString OPTION_INTERNAL_SEED_LOOKUP; variable
H A DBwaTask.cpp359 …arguments.append(settings.getCustomValue(BwaTask::OPTION_INTERNAL_SEED_LOOKUP, float(1.5)).toStrin… in prepare()
571 const QString BwaTask::OPTION_INTERNAL_SEED_LOOKUP = "seed-lookup"; member in U2::BwaTask
H A DBwaMemWorker.cpp83 …customSettings.insert(BwaTask::OPTION_INTERNAL_SEED_LOOKUP, getValue<float>(INTERNAL_SEED_LOOKUP)); in getCustomParameters()
H A DBwaSettingsWidget.cpp299 settings.insert(BwaTask::OPTION_INTERNAL_SEED_LOOKUP, internalSeedSpinbox->value()); in getDnaAssemblyCustomSettings()