Home
last modified time | relevance | path

Searched refs:BS_NODE_LABELS (Results 1 – 5 of 5) sorted by relevance

/dports/biology/clustalw/clustalw-2.1/src/tree/
H A DClusterTreeOutput.cpp99 if (bootstrap == BS_NODE_LABELS) in printPhylipTree()
219 if ((bootstrap == BS_NODE_LABELS) && ((*bootTotals)[startRow] > 0)) in twoWaySplit()
296 if (bootstrap == BS_NODE_LABELS) in printNexusTree()
415 if ((bootstrap == BS_NODE_LABELS) && ((*bootTotals)[startRow] > 0)) in twoWaySplitNexus()
/dports/biology/clustalw/clustalw-2.1/src/general/
H A Dclustalw.h192 const int BS_NODE_LABELS = 2; variable
H A DUserParameters.cpp1180 if (bootstrapFormat == BS_NODE_LABELS) in toggleBootstrapFormat()
1186 bootstrapFormat = BS_NODE_LABELS; in toggleBootstrapFormat()
/dports/biology/clustalw/clustalw-2.1/src/interface/
H A DInteractiveMenu.cpp644 <<((userParameters->getBootstrapFormat() == BS_NODE_LABELS) ? "NODE LABELS" : in treeFormatOptionsMenu()
H A DCommandLineParser.cpp2370 userParameters->setBootstrapFormat(BS_NODE_LABELS); in setOptionalParam()