Home
last modified time | relevance | path

Searched refs:toAnnotation (Results 1 – 18 of 18) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/sitecon/src/
H A DSiteconSearchTask.h41 SharedAnnotationData toAnnotation(const QString &name) const { in toAnnotation() function
58 list.append(f.toAnnotation(name)); in toTable()
H A DSiteconQuery.cpp152 const SharedAnnotationData ad = res.toAnnotation(""); in sl_onAlgorithmTaskFinished()
H A DSiteconSearchDialogController.cpp264 SharedAnnotationData data = item->res.toAnnotation(name); in sl_onSaveAnnotations()
/dports/biology/ugene/ugene-40.1/src/plugins/weight_matrix/src/
H A DWeightMatrixSearchTask.h43 SharedAnnotationData toAnnotation(U2FeatureType type, const QString &name) const { in toAnnotation() function
64 list.append(f.toAnnotation(type, name)); in toTable()
H A DPWMSearchDialogController.cpp248 SharedAnnotationData data = item->res.toAnnotation(m.data->type, name); in sl_onSaveAnnotations()
/dports/lang/elm/compiler-0.19.1/compiler/src/Canonicalize/
H A DType.hs4 ( toAnnotation
35 toAnnotation :: Env.Env -> Src.Type -> Result i w Can.Annotation
36 toAnnotation env srcType = function
H A DEffects.hs83 do (Can.Forall freeVars ctipe) <- Type.toAnnotation env tipe
H A DModule.hs167 do (Can.Forall freeVars tipe) <- Type.toAnnotation env srcType
H A DExpression.hs410 do (Can.Forall freeVars ctipe) <- Type.toAnnotation env tipe
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/util_orf/
H A DORFFinder.h62 SharedAnnotationData toAnnotation(const QString &name) const { in toAnnotation() function
87 list << f.toAnnotation(name); in toTable()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/smith_waterman/
H A DSmithWatermanResult.h30 SharedAnnotationData toAnnotation(const QString &name) const;
H A DSmithWatermanResult.cpp30 SharedAnnotationData SmithWatermanResult::toAnnotation(const QString &name) const { in toAnnotation() function in U2::SmithWatermanResult
H A DSmithWatermanReportCallback.cpp72 SharedAnnotationData annotation = res.toAnnotation(annotationName); in report()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/misc/
H A DFindAlgorithm.h60 …SharedAnnotationData toAnnotation(const QString &name, bool splitCircular = false, int seqLen = -1…
H A DFindAlgorithm.cpp47 SharedAnnotationData FindAlgorithmResult::toAnnotation(const QString &name, bool splitCircular, int… in toAnnotation() function in U2::FindAlgorithmResult
70 list.append(f.toAnnotation(name, splitCircular, seqLen)); in toTable()
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DType.hs26 , toAnnotation
337 toAnnotation :: Variable -> IO Can.Annotation
338 toAnnotation variable = function
H A DSolve.hs42 Right <$> traverse Type.toAnnotation env
/dports/biology/ugene/ugene-40.1/src/plugins/orf_marker/src/
H A DORFMarkerTask.cpp110 annotationList << res.toAnnotation(ORFAlgorithmSettings::ANNOTATION_GROUP_NAME); in onSubTaskFinished()