inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 14 Jan 2014 01:12:50 +0000 (01:12 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 14 Jan 2014 01:12:50 +0000 (01:12 +0000)
forester/java/src/org/forester/application/annotator.java

index bfd8f15..1614412 100644 (file)
@@ -103,15 +103,15 @@ public final class annotator {
                 catch ( final IOException e ) {
                     ForesterUtil.fatalError( PRG_NAME, e.getMessage() );
                 }
-                try {
-                    inferTaxonomyFromDescendents( phy );
-                }
-                catch ( final IOException e ) {
-                    ForesterUtil.fatalError( PRG_NAME, e.getMessage() );
-                }
-                catch ( final AncestralTaxonomyInferenceException e ) {
-                    ForesterUtil.fatalError( PRG_NAME, e.getMessage() );
-                }
+                //                try {
+                //                    inferTaxonomyFromDescendents( phy );
+                //                }
+                //                catch ( final IOException e ) {
+                //                    ForesterUtil.fatalError( PRG_NAME, e.getMessage() );
+                //                }
+                //                catch ( final AncestralTaxonomyInferenceException e ) {
+                //                    ForesterUtil.fatalError( PRG_NAME, e.getMessage() );
+                //                }
                 try {
                     final PhylogenyWriter w = new PhylogenyWriter();
                     w.toPhyloXML( phy, 0, outfile );