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

Commit

Permalink
Beta version 1.7-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Oct 29, 2018
1 parent 9de3c0b commit bde5618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endif()
# The version number.
set (iqtree_VERSION_MAJOR 1)
set (iqtree_VERSION_MINOR 7)
set (iqtree_VERSION_PATCH "-beta4")
set (iqtree_VERSION_PATCH "-beta5")

set(BUILD_SHARED_LIBS OFF)

Expand Down
5 changes: 3 additions & 2 deletions utils/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4052,6 +4052,7 @@ void usage_iqtree(char* argv[], bool full_command) {
<< " --mredo Ignore .model.gz checkpoint file (default: OFF)" << endl
<< " --madd STR,...,STR List of mixture models to consider" << endl
<< " --mdef FILE Model definition NEXUS file (see Manual)" << endl
<< " --modelomatic Find best codon/protein/DNA models (Whelan et al. 2015)" << endl

<< endl << "SUBSTITUTION MODEL:" << endl
<< " -m STRING Model name string (e.g. GTR+F+I+G)" << endl
Expand All @@ -4073,8 +4074,8 @@ void usage_iqtree(char* argv[], bool full_command) {
<< " 5.16, 6.6, 6.7a, 6.7b, 6.8a, 6.8b, 6.17a, 6.17b, 8.8," << endl
<< " 8.10a, 8.10b, 8.16, 8.17, 8.18, 9.20a, 9.20b, 10.12," << endl
<< " 10.34, 12.12 (optionally prefixed by RY, WS or MK)" << endl
<< " Non-reversible: STRSYM (strand symmetric model, equiv. WS6.6)" << endl
<< " Non-reversible: UNREST (unrestricted model, equiv. 12.12)" << endl
<< " Non-reversible: STRSYM (strand symmetric model, equiv. WS6.6)," << endl
<< " NONREV, UNREST (unrestricted model, equiv. 12.12)" << endl
<< " Otherwise: Name of file containing user-model parameters" << endl
<< endl << "STATE FREQUENCY:" << endl
<< " -m ...+F Empirically counted frequencies from alignment" << endl
Expand Down

0 comments on commit bde5618

Please sign in to comment.