Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
release version 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Oct 28, 2018
1 parent 9126404 commit 14c2ddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add_definitions(-DIQ_TREE)
# The version number.
set (iqtree_VERSION_MAJOR 1)
set (iqtree_VERSION_MINOR 6)
set (iqtree_VERSION_PATCH "7.2")
set (iqtree_VERSION_PATCH "8")

set(BUILD_SHARED_LIBS OFF)

Expand Down
2 changes: 2 additions & 0 deletions main/phyloanalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,8 @@ void reportPhyloAnalysis(Params &params, IQTree &tree, ModelCheckpoint &model_in
out << endl << "USER TREES" << endl << "----------" << endl << endl;
out << "See " << params.out_prefix << ".trees for trees with branch lengths." << endl << endl;
if (params.topotest_replicates && info.size() > 1) {
if (params.do_au_test && params.topotest_replicates < 10000)
out << "WARNING: Too few replicates for AU test. At least -zb 10000 for reliable results!" << endl << endl;
out << "Tree logL deltaL bp-RELL p-KH p-SH ";
if (params.do_weighted_test)
out << "p-WKH p-WSH ";
Expand Down

0 comments on commit 14c2ddb

Please sign in to comment.