JAL-1951 added comment to NexusFile clarifying Forester's broken parser
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Wed, 17 Jan 2018 20:13:40 +0000 (20:13 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Wed, 17 Jan 2018 20:13:40 +0000 (20:13 +0000)
src/jalview/ext/forester/io/NexusFile.java

index 51f3bc3..7050f27 100644 (file)
@@ -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
   {