JAL-1831 updated json schema doc
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 21 Aug 2015 09:50:35 +0000 (10:50 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 21 Aug 2015 09:50:35 +0000 (10:50 +0100)
src/jalview/io/HtmlSvgOutput.java
src/jalview/json/binding/biojson/v1/AlignmentPojo.java

index 16b2647..6612db3 100644 (file)
@@ -98,7 +98,8 @@ public class HtmlSvgOutput
               .getDefault("EXPORT_EMBBED_BIOJSON", "true"));
       if (isEmbbedBioJSON)
       {
-      AlignmentExportData exportData = ap.alignFrame.getAlignmentForExport(
+        AlignmentExportData exportData = jalview.gui.AlignFrame
+                .getAlignmentForExport(
               JSONFile.FILE_DESC, av);
       if (exportData.getSettings().isCancelled())
       {
@@ -107,8 +108,8 @@ public class HtmlSvgOutput
         jsonData = new FormatAdapter(ap, exportData.getSettings())
               .formatSequences(JSONFile.FILE_DESC, exportData
                       .getAlignment(), exportData.getOmitHidden(),
-                      exportData.getStartEndPostions(), ap
-                              .getAlignViewport().getColumnSelection());
+                        exportData.getStartEndPostions(),
+                        av.getColumnSelection());
       }
       String htmlData = getHtml(titleSvgData, alignSvgData, jsonData);
       FileOutputStream out = new FileOutputStream(file);
index dfb60bc..f7f20bb 100644 (file)
@@ -33,7 +33,7 @@ public class AlignmentPojo
     required = false,
     minItems = 0,
     maxItems = 2147483647,
-    description = "A sequence group is a bracket of alignment residues spanning <br>across multiple columns and rows. These can be treated as a <br>sub-alignments.")
+    description = "A sequence group is a bracket of alignment residues which <br>could span across multiple columns and/or rows. These can be <br>treated as a sub-alignments.")
   private List<SequenceGrpPojo> seqGroups = new ArrayList<SequenceGrpPojo>();
 
   @Attributes(