Skip to content

Commit

Permalink
tree - fix GSI option help message
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Jul 9, 2024
1 parent b7fe42a commit 9fb04c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/TreeModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private void printTreeHelp() {
System.out.println(ANSIHandler.wrapper(" -a STR Alignment method {nucleotide, codon, codon12, protein} [protein]", 'x'));
System.out.println(ANSIHandler.wrapper(" -t INT Number of CPU threads to use [1]", 'x'));
System.out.println(ANSIHandler.wrapper(" -p STR Tree building program {raxml, iqtree, fasttree} [iqtree] ", 'x'));
System.out.println(ANSIHandler.wrapper(" -G Activate GSI analysis", 'x'));
System.out.println(ANSIHandler.wrapper(" -G Deactivate GSI analysis", 'x'));
System.out.println(ANSIHandler.wrapper(" -c Align multiple copied genes [0]", 'x'));
System.out.println(ANSIHandler.wrapper(" -k Continue from the checkpoint [0]", 'x'));
System.out.println();
Expand Down

0 comments on commit 9fb04c5

Please sign in to comment.