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-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Nov 19, 2018
1 parent 4362993 commit 1757b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 "-beta5")
set (iqtree_VERSION_PATCH "-beta6")

set(BUILD_SHARED_LIBS OFF)

Expand Down
2 changes: 1 addition & 1 deletion utils/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4160,7 +4160,7 @@ void usage_iqtree(char* argv[], bool full_command) {

<< endl << "CONCORDANCE FACTOR ANALYSIS:" << endl
<< " -t FILE Reference tree to assign concordance factor" << endl
<< " --gcf FILE Set of trees gene concordance factor (gCF)" << endl
<< " --gcf FILE Set of source trees for gene concordance factor (gCF)" << endl
<< " --scf NUMBER Number of quartets for site concordance factor (sCF)" << endl
<< " -s FILE Sequence alignment for --scf" << endl
<< " -p FILE|DIR Partition file or directory for --scf" << endl
Expand Down

0 comments on commit 1757b0e

Please sign in to comment.