X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Frio.java;h=789a41264ca6d3d5932d6334986c65b9d4e249e7;hb=cec76926e7d634373e238e61b805c723ef4c0ca7;hp=88e344432ab6b55e9032d2395d6d41c17053d51f;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/application/rio.java b/forester/java/src/org/forester/application/rio.java index 88e3444..789a412 100644 --- a/forester/java/src/org/forester/application/rio.java +++ b/forester/java/src/org/forester/application/rio.java @@ -44,6 +44,7 @@ import org.forester.phylogeny.factories.PhylogenyFactory; import org.forester.phylogeny.iterators.PreorderTreeIterator; import org.forester.sdi.DistanceCalculator; import org.forester.sdi.RIO; +import org.forester.sdi.SDIException; import org.forester.sdi.SDIR; import org.forester.util.ForesterUtil; @@ -145,7 +146,7 @@ public class rio { final int warn_no_orthos, final double warn_one_ortho, final int bootstraps, - final double t_orthologs_dc ) throws IOException { + final double t_orthologs_dc ) throws IOException, SDIException { Phylogeny consensus_tree = null; Phylogeny // to be a consensus tree.