From: kjvdheide Date: Wed, 17 Jan 2018 20:13:40 +0000 (+0000) Subject: JAL-1951 added comment to NexusFile clarifying Forester's broken parser X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c58f08345070f16bdc228c5e272db1bfd9cb6241;p=jalview.git JAL-1951 added comment to NexusFile clarifying Forester's broken parser --- diff --git a/src/jalview/ext/forester/io/NexusFile.java b/src/jalview/ext/forester/io/NexusFile.java index 51f3bc3..7050f27 100644 --- a/src/jalview/ext/forester/io/NexusFile.java +++ b/src/jalview/ext/forester/io/NexusFile.java @@ -25,6 +25,10 @@ public class NexusFile extends AlignFile return null; } + /** + * This does not properly work for Nexus yet as Forester's parser doesn't + * parse the actual sequences to the tree. + */ @Override public void parse() throws IOException {