X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fannotator.java;h=4374f5321cd1ef0c818e57bab86e34661440d1cd;hb=9355a2b6f0e6b0192ceef9fa31b11a9233b298ab;hp=161441258bb4f4eb6ae346b7294a559c87613b38;hpb=7592141fb51c2de287c6150536dd1137bb852e3c;p=jalview.git diff --git a/forester/java/src/org/forester/application/annotator.java b/forester/java/src/org/forester/application/annotator.java index 1614412..4374f53 100644 --- a/forester/java/src/org/forester/application/annotator.java +++ b/forester/java/src/org/forester/application/annotator.java @@ -94,8 +94,8 @@ public final class annotator { } catch ( final Exception e ) { ForesterUtil - .fatalError( PRG_NAME, "failed to read phylgenies from [" + infile + "] [" + e.getMessage() - + "]" ); + .fatalError( PRG_NAME, "failed to read phylgenies from [" + infile + "] [" + e.getMessage() + + "]" ); } try { obtainSeqInformation( phy ); @@ -112,6 +112,7 @@ public final class annotator { // catch ( final AncestralTaxonomyInferenceException e ) { // ForesterUtil.fatalError( PRG_NAME, e.getMessage() ); // } + //phy.setRerootable( false ); try { final PhylogenyWriter w = new PhylogenyWriter(); w.toPhyloXML( phy, 0, outfile ); @@ -128,7 +129,7 @@ public final class annotator { } private static void inferTaxonomyFromDescendents( final Phylogeny phy ) throws IOException, - AncestralTaxonomyInferenceException { + AncestralTaxonomyInferenceException { AncestralTaxonomyInference.inferTaxonomyFromDescendents( phy ); }