.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())
{
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);
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(