X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fgene_tree_preprocess.java;h=581381cf7dcf44914e7eec6a45c3314ef615cfc0;hb=c73326f29a91a733a71bfe36192dbd30e4f49af8;hp=06f28037a56056dbf9afd4ee22b01226d7078d9c;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git 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 06f2803..581381c 100644 --- a/forester/java/src/org/forester/application/gene_tree_preprocess.java +++ b/forester/java/src/org/forester/application/gene_tree_preprocess.java @@ -73,7 +73,7 @@ public class gene_tree_preprocess { "failed to read phylogeny from [" + in + "]: " + e.getLocalizedMessage() ); } final File outtree = new File( ForesterUtil.removeSuffix( in.toString() ) - + "_preprocessed_gene_tree.phylo.xml" ); + + "_preprocessed_gene_tree.phylo.xml" ); final File removed_nodes = new File( ForesterUtil.removeSuffix( in.toString() ) + "_removed_nodes.txt" ); final File present_species = new File( ForesterUtil.removeSuffix( in.toString() ) + "_species_present.txt" ); checkForOutputFileWriteability( outtree ); @@ -81,7 +81,7 @@ public class gene_tree_preprocess { checkForOutputFileWriteability( present_species ); if ( phy.getNumberOfExternalNodes() < 2 ) { ForesterUtil.fatalError( PRG_NAME, "phylogeny has " + phy.getNumberOfExternalNodes() - + " external node(s), aborting" ); + + " external node(s), aborting" ); } final SortedSet not_found = SequenceDbWsTools.obtainSeqInformation( phy, true,