/********************************************************************************
** Form generated from reading UI file 'GenomeAlignerSettings.ui'
**
** Created by: Qt User Interface Compiler version 5.5.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_GENOMEALIGNERSETTINGS_H
#define UI_GENOMEALIGNERSETTINGS_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QSlider>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_GenomeAlignerSettings
{
public:
    QVBoxLayout *verticalLayout_5;
    QTabWidget *tabWidget;
    QWidget *tab;
    QVBoxLayout *verticalLayout_8;
    QGroupBox *groupBox_mismatches;
    QVBoxLayout *verticalLayout;
    QGridLayout *gridLayout;
    QRadioButton *absRadioButton;
    QSpacerItem *horizontalSpacer;
    QSpinBox *mismatchesAllowedSpinBox;
    QRadioButton *percentRadioButton;
    QSpacerItem *horizontalSpacer_2;
    QSpinBox *percentMismatchesAllowedSpinBox;
    QGroupBox *groupBox_alignOptions;
    QVBoxLayout *verticalLayout_3;
    QGridLayout *gridLayout_2;
    QCheckBox *reverseBox;
    QCheckBox *firstMatchBox;
    QCheckBox *omitQualitiesBox;
    QSpacerItem *horizontalSpacer_3;
    QSpinBox *qualThresholdBox;
    QCheckBox *gpuBox;
    QSpacerItem *verticalSpacer;
    QWidget *tab_2;
    QVBoxLayout *verticalLayout_7;
    QGroupBox *groupBox_2;
    QVBoxLayout *verticalLayout_6;
    QHBoxLayout *horizontalLayout_3;
    QSlider *readSlider;
    QLabel *readSizeLabel;
    QHBoxLayout *horizontalLayout_4;
    QSpacerItem *horizontalSpacer_5;
    QLabel *label;
    QLabel *totalSizeLabel;
    QHBoxLayout *horizontalLayout_5;
    QSpacerItem *horizontalSpacer_6;
    QLabel *label_3;
    QLabel *systemSizeLabel;
    QSpacerItem *verticalSpacer_2;
    QWidget *indexTab;
    QVBoxLayout *verticalLayout_2;
    QGroupBox *refGroupBox;
    QVBoxLayout *verticalLayout_4;
    QHBoxLayout *horizontalLayout;
    QSlider *partSlider;
    QLabel *partSizeLabel;
    QHBoxLayout *horizontalLayout_2;
    QSpacerItem *horizontalSpacer_4;
    QLabel *label_2;
    QLabel *indexSizeLabel;
    QLabel *label_4;
    QGridLayout *gridLayout_3;
    QToolButton *buildIndexFileButton;
    QLineEdit *indexDirEdit;
    QLabel *label_5;
    QSpacerItem *verticalSpacer_3;

    void setupUi(QWidget *GenomeAlignerSettings)
    {
        if (GenomeAlignerSettings->objectName().isEmpty())
            GenomeAlignerSettings->setObjectName(QStringLiteral("GenomeAlignerSettings"));
        GenomeAlignerSettings->resize(590, 360);
        verticalLayout_5 = new QVBoxLayout(GenomeAlignerSettings);
        verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
        tabWidget = new QTabWidget(GenomeAlignerSettings);
        tabWidget->setObjectName(QStringLiteral("tabWidget"));
        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(tabWidget->sizePolicy().hasHeightForWidth());
        tabWidget->setSizePolicy(sizePolicy);
        tab = new QWidget();
        tab->setObjectName(QStringLiteral("tab"));
        verticalLayout_8 = new QVBoxLayout(tab);
        verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8"));
        groupBox_mismatches = new QGroupBox(tab);
        groupBox_mismatches->setObjectName(QStringLiteral("groupBox_mismatches"));
        groupBox_mismatches->setCheckable(true);
        groupBox_mismatches->setChecked(false);
        verticalLayout = new QVBoxLayout(groupBox_mismatches);
        verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        absRadioButton = new QRadioButton(groupBox_mismatches);
        absRadioButton->setObjectName(QStringLiteral("absRadioButton"));
        absRadioButton->setChecked(true);

        gridLayout->addWidget(absRadioButton, 0, 0, 1, 1);

        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout->addItem(horizontalSpacer, 0, 1, 1, 1);

        mismatchesAllowedSpinBox = new QSpinBox(groupBox_mismatches);
        mismatchesAllowedSpinBox->setObjectName(QStringLiteral("mismatchesAllowedSpinBox"));
        mismatchesAllowedSpinBox->setMinimum(1);
        mismatchesAllowedSpinBox->setMaximum(3);

        gridLayout->addWidget(mismatchesAllowedSpinBox, 0, 2, 1, 1);

        percentRadioButton = new QRadioButton(groupBox_mismatches);
        percentRadioButton->setObjectName(QStringLiteral("percentRadioButton"));

        gridLayout->addWidget(percentRadioButton, 1, 0, 1, 1);

        horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout->addItem(horizontalSpacer_2, 1, 1, 1, 1);

        percentMismatchesAllowedSpinBox = new QSpinBox(groupBox_mismatches);
        percentMismatchesAllowedSpinBox->setObjectName(QStringLiteral("percentMismatchesAllowedSpinBox"));
        percentMismatchesAllowedSpinBox->setEnabled(false);
        percentMismatchesAllowedSpinBox->setMinimum(1);
        percentMismatchesAllowedSpinBox->setMaximum(10);

        gridLayout->addWidget(percentMismatchesAllowedSpinBox, 1, 2, 1, 1);


        verticalLayout->addLayout(gridLayout);


        verticalLayout_8->addWidget(groupBox_mismatches);

        groupBox_alignOptions = new QGroupBox(tab);
        groupBox_alignOptions->setObjectName(QStringLiteral("groupBox_alignOptions"));
        QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(groupBox_alignOptions->sizePolicy().hasHeightForWidth());
        groupBox_alignOptions->setSizePolicy(sizePolicy1);
        groupBox_alignOptions->setMinimumSize(QSize(0, 160));
        verticalLayout_3 = new QVBoxLayout(groupBox_alignOptions);
        verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
        gridLayout_2 = new QGridLayout();
        gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
        gridLayout_2->setHorizontalSpacing(3);
        gridLayout_2->setVerticalSpacing(9);
        gridLayout_2->setContentsMargins(-1, 0, -1, -1);
        reverseBox = new QCheckBox(groupBox_alignOptions);
        reverseBox->setObjectName(QStringLiteral("reverseBox"));
        reverseBox->setEnabled(true);
        reverseBox->setChecked(false);

        gridLayout_2->addWidget(reverseBox, 1, 0, 1, 1);

        firstMatchBox = new QCheckBox(groupBox_alignOptions);
        firstMatchBox->setObjectName(QStringLiteral("firstMatchBox"));
        firstMatchBox->setChecked(true);

        gridLayout_2->addWidget(firstMatchBox, 2, 0, 1, 2);

        omitQualitiesBox = new QCheckBox(groupBox_alignOptions);
        omitQualitiesBox->setObjectName(QStringLiteral("omitQualitiesBox"));

        gridLayout_2->addWidget(omitQualitiesBox, 3, 0, 1, 1);

        horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout_2->addItem(horizontalSpacer_3, 3, 1, 1, 1);

        qualThresholdBox = new QSpinBox(groupBox_alignOptions);
        qualThresholdBox->setObjectName(QStringLiteral("qualThresholdBox"));
        qualThresholdBox->setEnabled(false);
        qualThresholdBox->setMinimum(1);
        qualThresholdBox->setMaximum(70);
        qualThresholdBox->setValue(20);

        gridLayout_2->addWidget(qualThresholdBox, 3, 2, 1, 1);

        gpuBox = new QCheckBox(groupBox_alignOptions);
        gpuBox->setObjectName(QStringLiteral("gpuBox"));

        gridLayout_2->addWidget(gpuBox, 0, 0, 1, 3);

        gridLayout_2->setRowMinimumHeight(0, 20);
        gridLayout_2->setRowMinimumHeight(1, 20);
        gridLayout_2->setRowMinimumHeight(2, 20);
        gridLayout_2->setRowMinimumHeight(3, 20);

        verticalLayout_3->addLayout(gridLayout_2);


        verticalLayout_8->addWidget(groupBox_alignOptions);

        verticalSpacer = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_8->addItem(verticalSpacer);

        tabWidget->addTab(tab, QString());
        tab_2 = new QWidget();
        tab_2->setObjectName(QStringLiteral("tab_2"));
        verticalLayout_7 = new QVBoxLayout(tab_2);
        verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7"));
        groupBox_2 = new QGroupBox(tab_2);
        groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
        verticalLayout_6 = new QVBoxLayout(groupBox_2);
        verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6"));
        horizontalLayout_3 = new QHBoxLayout();
        horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
        readSlider = new QSlider(groupBox_2);
        readSlider->setObjectName(QStringLiteral("readSlider"));
        readSlider->setOrientation(Qt::Horizontal);

        horizontalLayout_3->addWidget(readSlider);

        readSizeLabel = new QLabel(groupBox_2);
        readSizeLabel->setObjectName(QStringLiteral("readSizeLabel"));

        horizontalLayout_3->addWidget(readSizeLabel);


        verticalLayout_6->addLayout(horizontalLayout_3);


        verticalLayout_7->addWidget(groupBox_2);

        horizontalLayout_4 = new QHBoxLayout();
        horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
        horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_4->addItem(horizontalSpacer_5);

        label = new QLabel(tab_2);
        label->setObjectName(QStringLiteral("label"));

        horizontalLayout_4->addWidget(label);

        totalSizeLabel = new QLabel(tab_2);
        totalSizeLabel->setObjectName(QStringLiteral("totalSizeLabel"));
        totalSizeLabel->setMinimumSize(QSize(61, 0));
        totalSizeLabel->setMaximumSize(QSize(61, 16777215));

        horizontalLayout_4->addWidget(totalSizeLabel);


        verticalLayout_7->addLayout(horizontalLayout_4);

        horizontalLayout_5 = new QHBoxLayout();
        horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
        horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_5->addItem(horizontalSpacer_6);

        label_3 = new QLabel(tab_2);
        label_3->setObjectName(QStringLiteral("label_3"));

        horizontalLayout_5->addWidget(label_3);

        systemSizeLabel = new QLabel(tab_2);
        systemSizeLabel->setObjectName(QStringLiteral("systemSizeLabel"));
        systemSizeLabel->setMinimumSize(QSize(61, 0));
        systemSizeLabel->setMaximumSize(QSize(61, 16777215));

        horizontalLayout_5->addWidget(systemSizeLabel);


        verticalLayout_7->addLayout(horizontalLayout_5);

        verticalSpacer_2 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_7->addItem(verticalSpacer_2);

        tabWidget->addTab(tab_2, QString());
        indexTab = new QWidget();
        indexTab->setObjectName(QStringLiteral("indexTab"));
        verticalLayout_2 = new QVBoxLayout(indexTab);
        verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
        refGroupBox = new QGroupBox(indexTab);
        refGroupBox->setObjectName(QStringLiteral("refGroupBox"));
        verticalLayout_4 = new QVBoxLayout(refGroupBox);
        verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
        horizontalLayout = new QHBoxLayout();
        horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
        partSlider = new QSlider(refGroupBox);
        partSlider->setObjectName(QStringLiteral("partSlider"));
        partSlider->setOrientation(Qt::Horizontal);

        horizontalLayout->addWidget(partSlider);

        partSizeLabel = new QLabel(refGroupBox);
        partSizeLabel->setObjectName(QStringLiteral("partSizeLabel"));
        partSizeLabel->setMinimumSize(QSize(50, 0));
        partSizeLabel->setMaximumSize(QSize(50, 16777215));

        horizontalLayout->addWidget(partSizeLabel);


        verticalLayout_4->addLayout(horizontalLayout);

        horizontalLayout_2 = new QHBoxLayout();
        horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
        horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        horizontalLayout_2->addItem(horizontalSpacer_4);

        label_2 = new QLabel(refGroupBox);
        label_2->setObjectName(QStringLiteral("label_2"));

        horizontalLayout_2->addWidget(label_2);

        indexSizeLabel = new QLabel(refGroupBox);
        indexSizeLabel->setObjectName(QStringLiteral("indexSizeLabel"));
        indexSizeLabel->setMinimumSize(QSize(50, 0));
        indexSizeLabel->setMaximumSize(QSize(50, 16777215));

        horizontalLayout_2->addWidget(indexSizeLabel);


        verticalLayout_4->addLayout(horizontalLayout_2);


        verticalLayout_2->addWidget(refGroupBox);

        label_4 = new QLabel(indexTab);
        label_4->setObjectName(QStringLiteral("label_4"));
        label_4->setScaledContents(false);
        label_4->setWordWrap(true);

        verticalLayout_2->addWidget(label_4);

        gridLayout_3 = new QGridLayout();
        gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
        buildIndexFileButton = new QToolButton(indexTab);
        buildIndexFileButton->setObjectName(QStringLiteral("buildIndexFileButton"));

        gridLayout_3->addWidget(buildIndexFileButton, 0, 2, 1, 1);

        indexDirEdit = new QLineEdit(indexTab);
        indexDirEdit->setObjectName(QStringLiteral("indexDirEdit"));
        indexDirEdit->setReadOnly(true);

        gridLayout_3->addWidget(indexDirEdit, 0, 1, 1, 1);

        label_5 = new QLabel(indexTab);
        label_5->setObjectName(QStringLiteral("label_5"));

        gridLayout_3->addWidget(label_5, 0, 0, 1, 1);


        verticalLayout_2->addLayout(gridLayout_3);

        verticalSpacer_3 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_2->addItem(verticalSpacer_3);

        tabWidget->addTab(indexTab, QString());

        verticalLayout_5->addWidget(tabWidget);


        retranslateUi(GenomeAlignerSettings);
        QObject::connect(omitQualitiesBox, SIGNAL(toggled(bool)), qualThresholdBox, SLOT(setEnabled(bool)));
        QObject::connect(absRadioButton, SIGNAL(toggled(bool)), mismatchesAllowedSpinBox, SLOT(setEnabled(bool)));
        QObject::connect(percentRadioButton, SIGNAL(toggled(bool)), percentMismatchesAllowedSpinBox, SLOT(setEnabled(bool)));

        tabWidget->setCurrentIndex(0);


        QMetaObject::connectSlotsByName(GenomeAlignerSettings);
    } // setupUi

    void retranslateUi(QWidget *GenomeAlignerSettings)
    {
        GenomeAlignerSettings->setWindowTitle(QApplication::translate("GenomeAlignerSettings", "Form", 0));
#ifndef QT_NO_TOOLTIP
        groupBox_mismatches->setToolTip(QApplication::translate("GenomeAlignerSettings", "Chech this box if mismatches between the reference sequence and the reads are allowed.", 0));
#endif // QT_NO_TOOLTIP
        groupBox_mismatches->setTitle(QApplication::translate("GenomeAlignerSettings", "Mismatches allowed", 0));
#ifndef QT_NO_TOOLTIP
        absRadioButton->setToolTip(QApplication::translate("GenomeAlignerSettings", "Select the number of mismatched nucleotides allowed.", 0));
#endif // QT_NO_TOOLTIP
        absRadioButton->setText(QApplication::translate("GenomeAlignerSettings", "Mismatches number", 0));
#ifndef QT_NO_TOOLTIP
        mismatchesAllowedSpinBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Select the number of mismatched nucleotides allowed.", 0));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        percentRadioButton->setToolTip(QApplication::translate("GenomeAlignerSettings", "Select the percentage of mismatches allowed. Note, that absolute number of mismatches can vary for different reads.", 0));
#endif // QT_NO_TOOLTIP
        percentRadioButton->setText(QApplication::translate("GenomeAlignerSettings", "Percentage of mismatches", 0));
#ifndef QT_NO_TOOLTIP
        percentMismatchesAllowedSpinBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Select the percentage of mismatches allowed. Note, that absolute number of mismatches can vary for different reads.", 0));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        groupBox_alignOptions->setToolTip(QApplication::translate("GenomeAlignerSettings", "Set short reads aligning options.", 0));
#endif // QT_NO_TOOLTIP
        groupBox_alignOptions->setTitle(QApplication::translate("GenomeAlignerSettings", "Align options", 0));
#ifndef QT_NO_TOOLTIP
        reverseBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Use both the read and its reverse complement during aligning.", 0));
#endif // QT_NO_TOOLTIP
        reverseBox->setText(QApplication::translate("GenomeAlignerSettings", "Align reverse complement reads", 0));
#ifndef QT_NO_TOOLTIP
        firstMatchBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Report only about best alignments (in terms of mismatches).</span></p></body></html>", 0));
#endif // QT_NO_TOOLTIP
        firstMatchBox->setText(QApplication::translate("GenomeAlignerSettings", "Use \"best\"-mode during the alignment", 0));
#ifndef QT_NO_TOOLTIP
        omitQualitiesBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Omit reads with qualities lower than the specified value. Reads that have no qualities are not omited.", 0));
#endif // QT_NO_TOOLTIP
        omitQualitiesBox->setText(QApplication::translate("GenomeAlignerSettings", "Omit reads with qualities lower than", 0));
#ifndef QT_NO_TOOLTIP
        qualThresholdBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Omit reads with qualities lower than the specified value. Reads that have no qualities are not omited.", 0));
#endif // QT_NO_TOOLTIP
        qualThresholdBox->setSuffix(QString());
#ifndef QT_NO_TOOLTIP
        gpuBox->setToolTip(QApplication::translate("GenomeAlignerSettings", "Use an openCL-enabled GPU during the aligning.", 0));
#endif // QT_NO_TOOLTIP
        gpuBox->setText(QApplication::translate("GenomeAlignerSettings", "Use GPU-optimization", 0));
        tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("GenomeAlignerSettings", "Common parameters", 0));
        groupBox_2->setTitle(QApplication::translate("GenomeAlignerSettings", "Maximum memory for short reads", 0));
#ifndef QT_NO_TOOLTIP
        readSlider->setToolTip(QApplication::translate("GenomeAlignerSettings", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">Allows one to decrease the load on the computer on one side and to increase the computation speed of the task on the other side.\n"
"                 </span></p></body></html>", 0));
#endif // QT_NO_TOOLTIP
        readSizeLabel->setText(QString());
        label->setText(QApplication::translate("GenomeAlignerSettings", "Total memory usage:", 0));
        totalSizeLabel->setText(QString());
        label_3->setText(QApplication::translate("GenomeAlignerSettings", "System memory size:", 0));
        systemSizeLabel->setText(QString());
        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("GenomeAlignerSettings", "Advanced parameters", 0));
        refGroupBox->setTitle(QApplication::translate("GenomeAlignerSettings", "Reference fragmentation", 0));
#ifndef QT_NO_TOOLTIP
        partSlider->setToolTip(QApplication::translate("GenomeAlignerSettings", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:8pt;\">This parameter influences the number of parts the\n"
"                 reference will be divided. It is better to make it bigger, but it influences the\n"
"                 amount of memory used during the alignment.</span></p></body></html>", 0));
#endif // QT_NO_TOOLTIP
        partSizeLabel->setText(QString());
        label_2->setText(QApplication::translate("GenomeAlignerSettings", "Index memory usage size:", 0));
        indexSizeLabel->setText(QString());
        label_4->setText(QApplication::translate("GenomeAlignerSettings", "You can choose a temporary directory for saving index files for the reference that will be built during the alignment. If you need to run this algorithm one more time with the same reference and with the same reference fragmentation parameter, you can use this prebuilt index that will be located in the temporary directory.", 0));
        buildIndexFileButton->setText(QApplication::translate("GenomeAlignerSettings", "...", 0));
#ifndef QT_NO_TOOLTIP
        indexDirEdit->setToolTip(QApplication::translate("GenomeAlignerSettings", "Specify an index to build during execution of the selected short reads aligning algorithm. If this option is selected, the value is <b>required</b>.", 0));
#endif // QT_NO_TOOLTIP
        label_5->setText(QApplication::translate("GenomeAlignerSettings", "Directory for index files:", 0));
        tabWidget->setTabText(tabWidget->indexOf(indexTab), QApplication::translate("GenomeAlignerSettings", "Index parameters", 0));
    } // retranslateUi

};

namespace Ui {
    class GenomeAlignerSettings: public Ui_GenomeAlignerSettings {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_GENOMEALIGNERSETTINGS_H
