Home
last modified time | relevance | path

Searched refs:alphabetId (Results 1 – 14 of 14) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/kalign/src/
H A DKalignTask.cpp114 bool KalignTask::isAlphabetSupported(const QString &alphabetId) { in isAlphabetSupported() argument
115 return (alphabetId == BaseDNAAlphabetIds::NUCL_DNA_DEFAULT() || in isAlphabetSupported()
116 alphabetId == BaseDNAAlphabetIds::NUCL_RNA_DEFAULT() || in isAlphabetSupported()
117 alphabetId == BaseDNAAlphabetIds::NUCL_DNA_EXTENDED() || in isAlphabetSupported()
118 alphabetId == BaseDNAAlphabetIds::NUCL_RNA_EXTENDED() || in isAlphabetSupported()
119 alphabetId == BaseDNAAlphabetIds::AMINO_DEFAULT()); in isAlphabetSupported()
H A DPairwiseAlignmentHirschbergGUIExtensionFactory.cpp48 …QString alphabetId = externSettings->value(PairwiseAlignmentTaskSettings::ALPHABET, "").toString(); in initParameters() local
49 const DNAAlphabet *alphabet = alphabetReg->findById(alphabetId); in initParameters()
50 SAFE_POINT(NULL != alphabet, QString("Alphabet %1 not found").arg(alphabetId), ); in initParameters()
H A DKalignTask.h75 static bool isAlphabetSupported(const QString &alphabetId);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMSAEditor.cpp182 auto alphabetId = maObject->getAlphabet()->getId(); in updateActions() local
183 …convertDnaToRnaAction->setEnabled(!isReadOnly && alphabetId == BaseDNAAlphabetIds::NUCL_DNA_DEFAUL… in updateActions()
185 convertRawToDnaAction->setEnabled(!isReadOnly && alphabetId == BaseDNAAlphabetIds::RAW()); in updateActions()
186 convertRawToAminoAction->setEnabled(!isReadOnly && alphabetId == BaseDNAAlphabetIds::RAW()); in updateActions()
775 auto alphabetId = maObject->getAlphabet()->getId(); in sl_convertBetweenDnaAndRnaAlphabets()
776 bool isDnaAlphabet = alphabetId == BaseDNAAlphabetIds::NUCL_DNA_DEFAULT(); in sl_convertBetweenDnaAndRnaAlphabets()
777 bool isRnaAlphabet = alphabetId == BaseDNAAlphabetIds::NUCL_RNA_DEFAULT(); in sl_convertBetweenDnaAndRnaAlphabets()
793 auto alphabetId = maObject->getAlphabet()->getId(); in sl_convertRawToDnaAlphabet()
794 CHECK(alphabetId == BaseDNAAlphabetIds::RAW(), ); in sl_convertRawToDnaAlphabet()
809 auto alphabetId = maObject->getAlphabet()->getId(); in sl_convertRawToAminoAlphabet()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DU2SequenceUtils.h61 …s, const U2DbiRef &dbiRef, const DNASequence &seq, const U2AlphabetId &alphabetId = U2AlphabetId()…
62 …ef, const QString &folder, const DNASequence &seq, const U2AlphabetId &alphabetId = U2AlphabetId()…
79 …&folder, const QString &visualName, bool circular, const U2AlphabetId &alphabetId = U2AlphabetId()…
H A DMultipleChromatogramAlignmentImporter.cpp131 const U2AlphabetId alphabetId = alphabet->getId(); in importRowChildObjects() local
139 …aRowDatabaseData.sequence = importSequence(os, connection, folder, row->getSequence(), alphabetId); in importRowChildObjects()
195 const U2AlphabetId &alphabetId) { in importSequence() argument
196 …quenceRef = U2SequenceUtils::import(os, connection.dbi->getDbiRef(), folder, sequence, alphabetId); in importSequence()
H A DU2SequenceUtils.cpp220 …t(U2OpStatus &os, const U2DbiRef &dbiRef, const DNASequence &seq, const U2AlphabetId &alphabetId) { in import() argument
221 return import(os, dbiRef, U2ObjectDbi::ROOT_FOLDER, seq, alphabetId); in import()
224 … U2DbiRef &dbiRef, const QString &folder, const DNASequence &seq, const U2AlphabetId &alphabetId) { in import() argument
228 i.startSequence(os, dbiRef, folder, seq.getName(), seq.circular, alphabetId); in import()
430 const U2AlphabetId &alphabetId) { in startSequence() argument
440 sequence.alphabet.id = alphabetId.id; in startSequence()
H A DMultipleChromatogramAlignmentImporter.h44 …n &connection, const QString &folder, const DNASequence &sequence, const U2AlphabetId &alphabetId);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DSMatrix.cpp107 QString alphabetId = list.at(n++).toString(); in fromQVariant() local
108 m.alphabet = AppContext::getDNAAlphabetRegistry()->findById(alphabetId); in fromQVariant()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DNEXUSFormat.cpp780 const QString &alphabetId = ma->getAlphabet()->getId(); in writeMAligment() local
781 …if (alphabetId == BaseDNAAlphabetIds::NUCL_DNA_DEFAULT() || alphabetId == BaseDNAAlphabetIds::NUCL… in writeMAligment()
783 …} else if (alphabetId == BaseDNAAlphabetIds::NUCL_RNA_DEFAULT() || alphabetId == BaseDNAAlphabetId… in writeMAligment()
785 } else if (alphabetId == BaseDNAAlphabetIds::AMINO_DEFAULT()) { in writeMAligment()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/smith_waterman/
H A DSmithWatermanReportCallback.cpp141 const U2AlphabetId alphabetId = msaDbi->getMsaObject(sourceMsaRef.entityId, os).alphabet; in SmithWatermanReportCallbackMAImpl() local
143 alphabet = U2AlphabetUtils::getById(alphabetId); in SmithWatermanReportCallbackMAImpl()
164 const U2AlphabetId alphabetId = msaDbi->getMsaObject(sourceMsaRef.entityId, os).alphabet; in SmithWatermanReportCallbackMAImpl() local
168 alphabet = U2AlphabetUtils::getById(alphabetId); in SmithWatermanReportCallbackMAImpl()
/dports/biology/ugene/ugene-40.1/src/plugins/CoreTests/src/
H A DDNASequenceObjectTests.h55 QString alphabetId; variable
H A DDNASequenceObjectTests.cpp91 alphabetId = el.attribute(VALUE_ATTR); in init()
92 if (alphabetId.isEmpty()) { in init()
114 if (tempAlphabet->getId() != alphabetId) { in report()
115 …rror(QString("Alphabet not matched: %1, expected %2 ").arg(tempAlphabet->getId()).arg(alphabetId)); in report()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/sequence_info/
H A DSequenceInfo.cpp199 const QString alphabetId = activeSequenceAlphabet->getId(); in updateDinuclLayout() local
200 …if ((alphabetId == BaseDNAAlphabetIds::NUCL_DNA_DEFAULT()) || (alphabetId == BaseDNAAlphabetIds::N… in updateDinuclLayout()