@@ -5892,10 +5892,10 @@ void usage(char* argv[]) {
58925892 // cout << " -noout Print no output file." << endl;
58935893 cout << endl;
58945894 cout << "OPTIONS FOR GENOMIC EPIDEMIOLOGICAL ANALYSES:" << endl;
5895- cout << " --pathogen Let IQ-TREE select the appropriate algorithm" << endl;
5896- cout << " for tree reconstruction " << endl;
5897- cout << " --pathogen-force Force IQ-TREE running CMAPLE, a tree reconstruction " << endl;
5898- cout << " algorithm specially designed for pathogen data " << endl;
5895+ cout << " --pathogen Apply CMAPLE tree search algorithm if sequence " << endl;
5896+ cout << " divergence is low, otherwise, apply IQ-TREE algorithm. " << endl;
5897+ cout << " --pathogen-force Apply CMAPLE tree search algorithm regardless " << endl;
5898+ cout << " of sequence divergence. " << endl;
58995899 cout << endl;
59005900 //cout << "HIDDEN OPTIONS: see the source code file pda.cpp::parseArg()" << endl;
59015901
@@ -6210,10 +6210,10 @@ void usage_iqtree(char* argv[], bool full_command) {
62106210 << " -g_rm_leaves NUM Invoke reverse analysis for complex datasets." << endl
62116211
62126212 << endl << "GENOMIC EPIDEMIOLOGICAL ANALYSIS:" << endl
6213- << " --pathogen Let IQ-TREE select the appropriate algorithm" << endl
6214- << " for tree reconstruction " << endl
6215- << " --pathogen-force Force IQ-TREE running CMAPLE, a tree reconstruction " << endl
6216- << " algorithm specially designed for pathogen data " << endl
6213+ << " --pathogen Apply CMAPLE tree search algorithm if sequence " << endl
6214+ << " divergence is low, otherwise, apply IQ-TREE algorithm. " << endl
6215+ << " --pathogen-force Apply CMAPLE tree search algorithm regardless " << endl
6216+ << " of sequence divergence. " << endl
62176217
62186218
62196219
0 commit comments