Added annotation export configuration for Html export option
authorCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 8 Dec 2014 09:45:44 +0000 (09:45 +0000)
committerCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Mon, 8 Dec 2014 09:45:44 +0000 (09:45 +0000)
.classpath
src/jalview/bin/Jalview.java

index 4c39421..b75a654 100644 (file)
@@ -55,5 +55,6 @@
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Plugin.jar"/>
        <classpathentry kind="lib" path="lib/jfreesvg-2.1.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 [1.6.0_65-b14-462]"/>
        <classpathentry kind="output" path="classes"/>
 </classpath>
index 17c2472..50e3559 100755 (executable)
@@ -398,6 +398,10 @@ public class Jalview
         {
           af.getViewport().setSortByTree(true);
         }
+        if (aparser.contains("no-annotation"))
+        {
+          af.getViewport().setShowAnnotation(false);
+        }
         if (aparser.contains("nosortbytree"))
         {
           af.getViewport().setSortByTree(false);