X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Frio.java;h=fd0127e432cd7cf73537285f65341a7933db438e;hb=88718609970e490e94727d12ebbca1270ba2c0a7;hp=27c4ee0f4de5db6138374a5a52e4f47094c92d10;hpb=7e567e18a5ba32035a8db4ca041023c9e862d25b;p=jalview.git diff --git a/forester/java/src/org/forester/application/rio.java b/forester/java/src/org/forester/application/rio.java index 27c4ee0..fd0127e 100644 --- a/forester/java/src/org/forester/application/rio.java +++ b/forester/java/src/org/forester/application/rio.java @@ -161,7 +161,7 @@ public class rio { } else { ForesterUtil - .fatalError( "values for re-rooting are: 'none', 'midpoint', or 'outgroup' (minizming duplications is default)" ); + .fatalError( "values for re-rooting are: 'none', 'midpoint', or 'outgroup' (minizming duplications is default)" ); } } if ( ForesterUtil.isEmpty( outgroup ) && ( rerooting == REROOTING.OUTGROUP ) ) { @@ -422,37 +422,37 @@ public class rio { System.out.println( "Usage" ); System.out.println(); System.out - .println( PRG_NAME - + " [options] [logfile]" ); + .println( PRG_NAME + + " [options] [logfile]" ); System.out.println(); System.out.println( " Options" ); System.out.println( " -" + GT_FIRST + "= : first gene tree to analyze (0-based index)" ); System.out.println( " -" + GT_LAST + "= : last gene tree to analyze (0-based index)" ); System.out.println( " -" + REROOTING_OPT - + "=: re-rooting method for gene trees, possible values or 'none', 'midpoint'," ); + + "=: re-rooting method for gene trees, possible values or 'none', 'midpoint'," ); System.out.println( " or 'outgroup' (default: by minizming duplications)" ); System.out.println( " -" + OUTGROUP - + "= : for rooting by outgroup, name of outgroup (external gene tree node)" ); + + "= : for rooting by outgroup, name of outgroup (external gene tree node)" ); System.out - .println( " -" + RETURN_SPECIES_TREE + "= : to write the (stripped) species tree to file" ); + .println( " -" + RETURN_SPECIES_TREE + "= : to write the (stripped) species tree to file" ); System.out.println( " -" + RETURN_BEST_GENE_TREE - + "= : to write (one) minimal duplication gene tree to file" ); + + "= : to write (one) minimal duplication gene tree to file" ); System.out - .println( " -" - + TRANSFER_TAXONOMY_OPTION - + " : to transfer taxonomic data from species tree to returned minimal duplication gene tree\n" - + " (if -" + RETURN_BEST_GENE_TREE + " option is used)" ); + .println( " -" + + TRANSFER_TAXONOMY_OPTION + + " : to transfer taxonomic data from species tree to returned minimal duplication gene tree\n" + + " (if -" + RETURN_BEST_GENE_TREE + " option is used)" ); System.out.println( " -" + USE_SDIR - + " : to use SDIR instead of GSDIR (faster, but non-binary species trees are" ); + + " : to use SDIR instead of GSDIR (faster, but non-binary species trees are" ); System.out.println( " disallowed, as are most options)" ); System.out.println(); System.out.println( " Formats" ); System.out - .println( " The gene trees, as well as the species tree, ideally are in phyloXML (www.phyloxml.org) format," ); + .println( " The gene trees, as well as the species tree, ideally are in phyloXML (www.phyloxml.org) format," ); System.out - .println( " but can also be in New Hamphshire (Newick) or Nexus format as long as species information can be" ); + .println( " but can also be in New Hamphshire (Newick) or Nexus format as long as species information can be" ); System.out - .println( " extracted from the gene names (e.g. \"HUMAN\" from \"BCL2_HUMAN\") and matched to a single species" ); + .println( " extracted from the gene names (e.g. \"HUMAN\" from \"BCL2_HUMAN\") and matched to a single species" ); System.out.println( " in the species tree." ); System.out.println(); System.out.println( " Examples" );