Edited wiki page forester through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 2 Jun 2011 23:42:44 +0000 (23:42 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 2 Jun 2011 23:42:44 +0000 (23:42 +0000)
wiki/forester.wiki

index 64a922e..1d06b00 100644 (file)
@@ -31,7 +31,7 @@ public class Example1 {
 
     public static void main( final String[] args ) {
         // Reads in (a) tree(s) from a file.
-        final File treefile = new File( "/home/czmasek/tol_117_TEST.xml" );
+        final File treefile = new File( "/path/to/trees.xml" );
         PhylogenyParser parser = null;
         try {
             parser = ForesterUtil.createParserDependingOnFileType( treefile, true );