Home
last modified time | relevance | path

Searched refs:g_Distance1 (Results 1 – 15 of 15) sorted by relevance

/dports/biology/muscle/muscle-3.8.1551/
H A Dparams.cpp119 DISTANCE g_Distance1 = DISTANCE_Kmer6_6; variable
204 Log("Distance method (1) %s\n", DISTANCEToStr(g_Distance1)); in ListParams()
235 g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsLE()
252 g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsSP()
269 g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsSV()
304 g_Distance1 = DISTANCE_Kmer4_6; in SetDefaultsSPN_DNA()
322 g_Distance1 = DISTANCE_Kmer4_6; in SetDefaultsSPN_RNA()
420 EnumParam("Distance", DISTANCE_Opts, (int *) &g_Distance1); in SetPPCommandLineParams()
423 EnumParam("Distance1", DISTANCE_Opts, (int *) &g_Distance1); in SetPPCommandLineParams()
H A Dmuscle.cpp43 g_Distance1 = DISTANCE_Kmer4_6; in MUSCLE()
88 TreeFromSeqVect(v, GuideTree, g_Cluster1, g_Distance1, g_Root1); in MUSCLE()
H A Dparams.h101 extern DISTANCE g_Distance1;
H A Dlocal.cpp22 TreeFromMSA(msa, tree, g_Cluster1, g_Distance1, g_Root1); in ProfileFromMSALocal()
H A Dsubfam.cpp260 g_Distance1 = DISTANCE_Kmer4_6; in ProgAlignSubFams()
306 TreeFromSeqVect(v, GuideTree, g_Cluster1, g_Distance1, g_Root1); in ProgAlignSubFams()
H A Ddomuscle.cpp154 TreeFromSeqVect(v, GuideTree, g_Cluster1, g_Distance1, g_Root1, in DoMuscle()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Dparams.cpp114 ctx->params.g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsLE()
132 ctx->params.g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsSP()
150 ctx->params.g_Distance1 = DISTANCE_Kmer6_6; in SetDefaultsSV()
187 ctx->params.g_Distance1 = DISTANCE_Kmer4_6; in SetDefaultsSPN_DNA()
207 ctx->params.g_Distance1 = DISTANCE_Kmer4_6; in SetDefaultsSPN_RNA()
309 EnumParam("Distance", DISTANCE_Opts, (int *) &ctx->params.g_Distance1); in SetPPCommandLineParams()
312 EnumParam("Distance1", DISTANCE_Opts, (int *) &ctx->params.g_Distance1); in SetPPCommandLineParams()
H A Dmuscle.cpp45 ctx->params.g_Distance1 = DISTANCE_Kmer4_6; in MUSCLE()
90 …TreeFromSeqVect(v, GuideTree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1… in MUSCLE()
H A Dlocal.cpp24 TreeFromMSA(msa, tree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1); in ProfileFromMSALocal()
H A Dsubfam.cpp263 ctx->params.g_Distance1 = DISTANCE_Kmer4_6; in ProgAlignSubFams()
309 …TreeFromSeqVect(v, GuideTree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1… in ProgAlignSubFams()
H A Ddomuscle.cpp158 …TreeFromSeqVect(v, GuideTree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1, in DoMuscle()
H A Dmuscle_context.h58 DISTANCE g_Distance1; member
H A Dmuscle_context.cpp199 params.g_Distance1 = DISTANCE_Kmer6_6; in MuscleContext()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/
H A DMuscleAdapter.cpp115 …TreeFromSeqVect(v, GuideTree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1… in alignUnsafe()
H A DMuscleParallel.cpp199 …TreeFromSeqVect(v, GuideTree, ctx->params.g_Cluster1, ctx->params.g_Distance1, ctx->params.g_Root1… in alignPrepareUnsafe()