Home
last modified time | relevance | path

Searched refs:part_lh_file (Results 1 – 2 of 2) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dtreetesting.cpp1065 string part_lh_file = params.out_prefix; in evaluateTrees() local
1066 part_lh_file += ".partlh"; in evaluateTrees()
1068 ofstream part_lh_out(part_lh_file.c_str()); in evaluateTrees()
1203 printPartitionLh(part_lh_file.c_str(), tree, pattern_lh, true, tree_name.c_str()); in evaluateTrees()
H A Dphyloanalysis.cpp1904 string part_lh_file = (string)params.out_prefix + ".partlh"; in printMiscInfo() local
1905 printPartitionLh(part_lh_file.c_str(), &iqtree, pattern_lh); in printMiscInfo()