From: cmzmasek@gmail.com Date: Thu, 7 Jun 2012 18:33:59 +0000 (+0000) Subject: phylotastic hackathon at NESCENT 120607 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=51adbe9a9727baa44b48c1d5d75ac664455ee63b;p=jalview.git phylotastic hackathon at NESCENT 120607 --- diff --git a/forester/java/src/org/forester/application/gene_tree_preprocess.java b/forester/java/src/org/forester/application/gene_tree_preprocess.java index e9804a3..4dd6672 100644 --- a/forester/java/src/org/forester/application/gene_tree_preprocess.java +++ b/forester/java/src/org/forester/application/gene_tree_preprocess.java @@ -67,7 +67,7 @@ public class gene_tree_preprocess { } catch ( final IOException e ) { ForesterUtil.fatalError( PRG_NAME, - "failed to read target phylogenies from [" + in + "]: " + "failed to read phylogeny from [" + in + "]: " + e.getLocalizedMessage() ); } final File outtree = new File( ForesterUtil.removeSuffix( in.toString() )