ul {
/* remove bullets, narrower indent */
list-style-type: none;
- margin:0;
+ margin: 0;
padding-left: 10px;
padding-bottom: 4px;
}
li {
/* separate the items from eachother */
- margin-left: -3px;
- padding-bottom: 3px;
- padding-left: 6px;
+ margin-left: -3px;
+ padding-bottom: 3px;
+ padding-left: 6px;
}
+
li:before {
/* doesnt get processed in javahelp */
content: '\00b7 ';
padding: 3px;
margin-left: -14px;
}
-
</style>
</head>
<body>
<tr>
<td width="60" nowrap>
<div align="center">
- <strong><a name="Jalview.2.10.2">2.10.2</a><br />
- <em>8/8/2017</em></strong>
+ <strong><a name="Jalview.2.10.2">2.10.2</a><br /> <em>8/8/2017</em></strong>
</div>
</td>
<td><div align="left">
<ul>
<li><!-- JAL-2379 -->Revised implementation of PCA for speed and memory efficiency (~30x faster)</li>
<li><!-- JAL-2500 -->Trees computed on Sequence Feature Similarity may have different topology due to increased precision</li>
- <li><!-- JAL-2360,JAL-2371, -->More robust colours and shader model for alignments and groups</li>
- <li><!-- JAL-384 -->Custom shading schemes created via groovy scripts</li>
- <li><!-- JAL-2491 -->linked scrolling of CDS/Protein views via Overview or sequence motif search operations</li>
- <li><!-- JAL-2526 -->Efficiency improvements for interacting with alignment and overview windows</li>
- <li><!-- JAL-2388 -->Hidden columns and sequences can be omitted in Overview</li>
+ <li>
+ <!-- JAL-2360,JAL-2371, -->More robust colours and shader
+ model for alignments and groups
+ </li>
+ <li>
+ <!-- JAL-384 -->Custom shading schemes created via groovy
+ scripts
+ </li>
+ <li>
+ <!-- JAL-2491 -->linked scrolling of CDS/Protein views
+ via Overview or sequence motif search operations
+ </li>
+ <li>
+ <!-- JAL-2526 -->Efficiency improvements for interacting
+ with alignment and overview windows
+ </li>
+ <li>
+ <!-- JAL-2388 -->Hidden columns and sequences can be
+ omitted in Overview
+ </li>
<li>
<!-- JAL-2535 -->Posterior probability annotation from
Stockholm files imported as sequence associated annotation
extension when importing structure files without embedded
names or PDB accessions
</li>
- <li><!-- JAL-2547 -->Amend sequence features dialog box can be opened by double clicking gaps within sequence feature extent</li>
- <li><!-- JAL-2631 -->Graduated feature colour style example included in the example feature file</li>
+ <li>
+ <!-- JAL-2547 -->Amend sequence features dialog box can be
+ opened by double clicking gaps within sequence feature
+ extent
+ </li>
+ <li>
+ <!-- JAL-2631 -->Graduated feature colour style example
+ included in the example feature file
+ </li>
</ul>
<em>Application</em>
<ul>
<li>
- <!-- JAL-2447 -->
- Experimental Features Checkbox in Desktop's Tools
- menu to hide or show untested features in the application.
+ <!-- JAL-2447 --> Experimental Features Checkbox in
+ Desktop's Tools menu to hide or show untested features in
+ the application.
+ </li>
+ <li>
+ <!-- JAL-1476 -->Warning in alignment status bar when
+ there are not enough columns to superimpose structures in
+ Chimera
+ </li>
+ <li>
+ <!-- JAL-1596 -->Faster Chimera/Jalview communication by
+ file-based command exchange
+ </li>
+ <li>
+ <!-- JAL-2316, -->URLs for viewing database
+ cross-references provided by identifiers.org and the
+ EMBL-EBI's MIRIAM DB
+ </li>
+ <li>
+ <!-- JAL-2549 -->Updated JABAWS client to v2.2
+ </li>
+ <li>
+ <!-- JAL-2416 -->Drag and drop load of AAIndex and NCBI
+ format sequence substitution matrices
</li>
- <li><!-- JAL-1476 -->Warning in alignment status bar when there are not enough columns to superimpose structures in Chimera</li>
- <li><!-- JAL-1596 -->Faster Chimera/Jalview communication by file-based command exchange</li>
- <li><!-- JAL-2316, -->URLs for viewing database cross-references provided by identifiers.org and the EMBL-EBI's MIRIAM DB</li>
- <li><!-- JAL-2549 -->Updated JABAWS client to v2.2</li>
</ul>
<em>Experimental features</em>
<ul>
</ul>
<em>Applet</em>
<ul>
- <li><!-- --></li>
+ <li>
+ <!-- -->
+ </li>
</ul>
<em>Test Suite</em>
<ul>
- <li><!-- JAL-2474 -->Added PrivilegedAccessor to test suite</li>
- <li><!-- JAL-2326 -->Prevent or clear modal dialogs raised during tests</li>
- <li><!-- -->
- <em>Scripting</em>
- <ul>
- <li><!-- JAL-2344 -->FileFormatI interface for describing and identifying file formats (instead of String constants)</li>
- </ul>
+ <li>
+ <!-- JAL-2474 -->Added PrivilegedAccessor to test suite
+ </li>
+ <li>
+ <!-- JAL-2326 -->Prevent or clear modal dialogs raised
+ during tests
+ </li>
</ul>
- </div></td><td><div align="left">
+ </div></td>
+ <td><div align="left">
<em>General</em>
<ul>
<li>
<!-- JAL-2398, -->Fixed incorrect value in BLOSUM 62 score
- matrix - C->R should be '-3'<br />Old matrix restored with
- this one-line groovy script:<br />jalview.analysis.scoremodels.ScoreModels.instance.BLOSUM62.@matrix[4][1]=3
+ matrix - C->R should be '-3'<br />Old matrix restored
+ with this one-line groovy script:<br />jalview.analysis.scoremodels.ScoreModels.instance.BLOSUM62.@matrix[4][1]=3
</li>
<li>
<!-- JAL-2397 -->Fixed Jalview's treatment of gaps in PCA
jalview.viewmodel.PCAModel.scoreGapAsAny=false // to
restore 2.10.2 mode
</li>
- <li><!-- JAL-2346 -->Reopening Colour by annotation dialog doesn't reselect a specific sequence's associated annotation after it was used for colouring a view</li>
- <li><!-- JAL-2430 -->Hidden regions in alignment views are not coloured in linked structure views</li>
- <li><!-- JAL-2419 -->Current selection lost if popup menu opened on a region of alignment without groups</li>
- <li><!-- JAL-2374 -->Popup menu not always shown for regions of an alignment with overlapping groups</li>
- <li><!-- JAL-2310 -->Finder double counts if both a sequence's name and description match</li>
- <li><!-- JAL-2370 -->Hiding column selection containing two hidden regions results in incorrect hidden regions</li>
- <li><!-- JAL-2377 -->PCA calculation could hang when generating output report when working with highly redundant alignments</li>
- <li><!-- JAL-2365 -->Cannot configure feature colours with lightGray or darkGray via features file</li>
- <li><!-- JAL-2421 -->Overview window visible region moves erratically when hidden rows or columns are present</li>
- <li><!-- JAL-2362 -->Per-residue colourschemes applied via the Structure Viewer's colour menu don't correspond to sequence colouring</li>
- <li><!-- JAL-2405 -->Protein specific colours only offered in colour and group colour menu for protein alignments</li>
- <li><!-- JAL-2386 -->'Apply to all groups' setting when changing colour does not apply Conservation slider value to all groups</li>
- <li><!-- JAL-2385 -->Colour threshold slider doesn't update to reflect currently selected view or group's shading thresholds</li>
- <li><!-- JAL-2373 -->Percentage identity and conservation menu items do not show a tick or allow shading to be disabled</li>
- <li><!-- JAL-2385 -->Conservation shading or PID threshold lost when base colourscheme changed if slider not visible</li>
- <li><!-- JAL-2547 -->Sequence features shown in tooltip for gaps before start of features</li>
- <li><!-- JAL-2576 -->Very large alignments take a long time to load</li>
- <li><!-- JAL-2623 -->Graduated feature colour threshold not restored to UI when feature colour is edited</li>
- <li><!-- JAL-2624 -->Feature colour thresholds not respected when rendered on overview and structures when opacity at 100%</li>
- <li><!-- JAL-2630 -->Structure and alignment overview update as graduate feature colour settings are modified via the dialog box</li>
- <li><!-- JAL-147 -->Vertical scrollbar jumps one page-width at a time when scrolling vertically in wrapped mode.</li>
- <li><!-- JAL-2034 -->Overview window doesn't always update when a group defined on the alignment is resized</li>
- <li><!-- JAL-2605 -->Mouseovers on left/right scale region in wrapped view result in positional status updates</li>
- <li><!-- JAL-2563 -->Status bar shows position for ambiguous amino acid and nucleotide symbols</li>
- <li><!-- JAL-2602 -->Copy consensus sequence failed if alignment included gapped columns</li>
- <li><!-- JAL-2589 -->User defined gap colour not shown in overview when features overlaid on alignment</li>
- </ul>
- <strong>Documentation</strong>
- <ul>
- <li><!-- JAL-2339 -->Release notes reformatted for readibility with the built-in Java help viewer</li>
+ <li>
+ <!-- JAL-2346 -->Reopening Colour by annotation dialog
+ doesn't reselect a specific sequence's associated
+ annotation after it was used for colouring a view
+ </li>
+ <li>
+ <!-- JAL-2430 -->Hidden regions in alignment views are not
+ coloured in linked structure views
+ </li>
+ <li>
+ <!-- JAL-2419 -->Current selection lost if popup menu
+ opened on a region of alignment without groups
+ </li>
+ <li>
+ <!-- JAL-2374 -->Popup menu not always shown for regions
+ of an alignment with overlapping groups
+ </li>
+ <li>
+ <!-- JAL-2310 -->Finder double counts if both a sequence's
+ name and description match
+ </li>
+ <li>
+ <!-- JAL-2370 -->Hiding column selection containing two
+ hidden regions results in incorrect hidden regions
+ </li>
+ <li>
+ <!-- JAL-2377 -->PCA calculation could hang when
+ generating output report when working with highly
+ redundant alignments
+ </li>
+ <li>
+ <!-- JAL-2365 -->Cannot configure feature colours with
+ lightGray or darkGray via features file
+ </li>
+ <li>
+ <!-- JAL-2421 -->Overview window visible region moves
+ erratically when hidden rows or columns are present
+ </li>
+ <li>
+ <!-- JAL-2362 -->Per-residue colourschemes applied via the
+ Structure Viewer's colour menu don't correspond to
+ sequence colouring
+ </li>
+ <li>
+ <!-- JAL-2405 -->Protein specific colours only offered in
+ colour and group colour menu for protein alignments
+ </li>
+ <li>
+ <!-- JAL-2386 -->'Apply to all groups' setting when
+ changing colour does not apply Conservation slider value
+ to all groups
+ </li>
+ <li>
+ <!-- JAL-2385 -->Colour threshold slider doesn't update to
+ reflect currently selected view or group's shading
+ thresholds
+ </li>
+ <li>
+ <!-- JAL-2373 -->Percentage identity and conservation menu
+ items do not show a tick or allow shading to be disabled
+ </li>
+ <li>
+ <!-- JAL-2385 -->Conservation shading or PID threshold
+ lost when base colourscheme changed if slider not visible
+ </li>
+ <li>
+ <!-- JAL-2547 -->Sequence features shown in tooltip for
+ gaps before start of features
+ </li>
+ <li>
+ <!-- JAL-2576 -->Very large alignments take a long time to
+ load
+ </li>
+ <li>
+ <!-- JAL-2623 -->Graduated feature colour threshold not
+ restored to UI when feature colour is edited
+ </li>
+ <li>
+ <!-- JAL-2624 -->Feature colour thresholds not respected
+ when rendered on overview and structures when opacity at
+ 100%
+ </li>
+ <li>
+ <!-- JAL-2630 -->Structure and alignment overview update
+ as graduate feature colour settings are modified via the
+ dialog box
+ </li>
+ <li>
+ <!-- JAL-147 -->Vertical scrollbar jumps one page-width at
+ a time when scrolling vertically in wrapped mode.
+ </li>
+ <li>
+ <!-- JAL-2034 -->Overview window doesn't always update
+ when a group defined on the alignment is resized
+ </li>
+ <li>
+ <!-- JAL-2605 -->Mouseovers on left/right scale region in
+ wrapped view result in positional status updates
+ </li>
+ <li>
+ <!-- JAL-2563 -->Status bar shows position for ambiguous
+ amino acid and nucleotide symbols
+ </li>
+ <li>
+ <!-- JAL-2602 -->Copy consensus sequence failed if
+ alignment included gapped columns
+ </li>
+ <li>
+ <!-- JAL-2589 -->User defined gap colour not shown in
+ overview when features overlaid on alignment
+ </li>
+ <li>
+ <!-- JAL- -->
+ </li>
+ <li>
+ <!-- JAL- -->
+ </li>
+ <li>
+ <!-- JAL- -->
+ </li>
+ <li>
+ <!-- JAL- -->
+ </li>
+ </ul>
+ <strong>Documentation</strong>
+ <ul>
+ <li>
+ <!-- JAL-2339 -->Release notes reformatted for readibility
+ with the built-in Java help viewer
+ </li>
</ul>
<em>Application</em>
<ul>
- <li><!-- JAL-2401 -->Easier creation of colours for all 'Lower case' residues (button in colourscheme editor debugged and new documentation and tooltips added)</li>
- <li><!-- JAL-2399-->Text colour threshold's 'Cancel' button doesn't restore group-specific text colour thresholds</li>
- <li><!-- JAL-2243 -->Feature settings panel does not update as new features are added to alignment</li>
- <li><!-- JAL-2436 -->Structure viewer's View -> Colour By view selection menu changes colours of alignment views</li>
- <li><!-- JAL-2366 -->Proxy server address and port always appear enabled in Preferences->Connections</li>
- <li><!-- JAL-2426 -->Spurious exceptions in console raised from alignment calculation workers after alignment has been closed</li>
- <li><!-- JAL-1608 -->Typo in selection popup menu - Create groups now 'Create Group'</li>
- <li><!-- JAL-1608 -->CMD/CTRL and G or Shift G for Create/Undefine group doesn't always work</li>
- <li><!-- JAL-2464 -->Tree Viewer's Print Dialog doesn't get shown again after pressing 'Cancel'</li>
- <li><!-- JAL-2461 -->DAS registry not found exceptions removed from console output</li>
- <li><!-- JAL-2383 -->Above PID colour threshold not recovered when alignment view imported from project</li>
- <li><!-- JAL-2465 -->No mappings generated between structure and sequences extracted from structure files imported via URL</li>
+ <li>
+ <!-- JAL-2401 -->Easier creation of colours for all 'Lower
+ case' residues (button in colourscheme editor debugged and
+ new documentation and tooltips added)
+ </li>
+ <li>
+ <!-- JAL-2399-->Text colour threshold's 'Cancel' button
+ doesn't restore group-specific text colour thresholds
+ </li>
+ <li>
+ <!-- JAL-2243 -->Feature settings panel does not update as
+ new features are added to alignment
+ </li>
+ <li>
+ <!-- JAL-2436 -->Structure viewer's View -> Colour By view
+ selection menu changes colours of alignment views
+ </li>
+ <li>
+ <!-- JAL-2366 -->Proxy server address and port always
+ appear enabled in Preferences->Connections
+ </li>
+ <li>
+ <!-- JAL-2426 -->Spurious exceptions in console raised
+ from alignment calculation workers after alignment has
+ been closed
+ </li>
+ <li>
+ <!-- JAL-1608 -->Typo in selection popup menu - Create
+ groups now 'Create Group'
+ </li>
+ <li>
+ <!-- JAL-1608 -->CMD/CTRL and G or Shift G for
+ Create/Undefine group doesn't always work
+ </li>
+ <li>
+ <!-- JAL-2464 -->Tree Viewer's Print Dialog doesn't get
+ shown again after pressing 'Cancel'
+ </li>
+ <li>
+ <!-- JAL-2461 -->DAS registry not found exceptions
+ removed from console output
+ </li>
+ <li>
+ <!-- JAL-2383 -->Above PID colour threshold not recovered
+ when alignment view imported from project
+ </li>
+ <li>
+ <!-- JAL-2465 -->No mappings generated between structure
+ and sequences extracted from structure files imported via
+ URL
+ </li>
<li>
<!-- JAL-2520 -->Structures loaded via URL are saved in
Jalview Projects rather than fetched via URL again when
the project is loaded and the structure viewed
</li>
- <li><!-- JAL-1256 -->Trackpad horizontal scroll gesture adjusts start position in wrap mode</li>
- <li><!-- JAL-2563 -->Status bar doesn't show positions for ambiguous amino acids</li>
- <li><!-- JAL-2291 -->Hide insertions in PopUp menu excludes gaps in selection, current sequence and only within selected columns</li>
- <li><!-- JAL-2582 -->Cannot retrieve protein products from Ensembl by Peptide ID</li>
- <li><!-- JAL-2431 -->cDNA Consensus annotation not shown in CDS/Protein view after CDS sequences added for aligned proteins</li>
+ <li>
+ <!-- JAL-1256 -->Trackpad horizontal scroll gesture
+ adjusts start position in wrap mode
+ </li>
+ <li>
+ <!-- JAL-2563 -->Status bar doesn't show positions for
+ ambiguous amino acids
+ </li>
+ <li>
+ <!-- JAL-2291 -->Hide insertions in PopUp menu excludes
+ gaps in selection, current sequence and only within
+ selected columns
+ </li>
+ <li>
+ <!-- JAL-2582 -->Cannot retrieve protein products from
+ Ensembl by Peptide ID
+ </li>
+ <li>
+ <!-- JAL-2431 -->cDNA Consensus annotation not shown in
+ CDS/Protein view after CDS sequences added for aligned
+ proteins
+ </li>
+ <li>
+ <!-- JAL-2431 -->cDNA Consensus not shown
+ </li>
+
+
</ul>
<em>Applet</em>
<ul>
- <li><!-- JAL-2468 -->Switching between Nucleotide and Protein score models doesn't always result in an updated PCA plot</li>
- <li><!-- JAL-2442 -->Features not rendered as transparent on overview or linked structure view</li>
- <li><!-- JAL-2372 -->Colour group by conservation doesn't work (since 2.8)</li>
- <li><!-- JAL-2517 -->Hitting Cancel after applying user-defined colourscheme doesn't restore original colourscheme</li>
+ <li>
+ <!-- JAL- -->
+ </li>
+ <li>
+ <!-- JAL-2468 -->Switching between Nucleotide and Protein
+ score models doesn't always result in an updated PCA plot
+ </li>
+ <li>
+ <!-- JAL-2442 -->Features not rendered as transparent on
+ overview or linked structure view
+ </li>
+ <li>
+ <!-- JAL-2372 -->Colour group by conservation doesn't
+ work (since 2.8)
+ </li>
+ <li>
+ <!-- JAL-2517 -->Hitting Cancel after applying
+ user-defined colourscheme doesn't restore original
+ colourscheme
+ </li>
</ul>
<em>New Known Issues</em>
<ul>
- <li><!-- JAL-2566 -->Protein/CDS view scrolling not always in phase after a sequence motif find operation</li>
- <li><!-- JAL-2550 -->Importing annotation file with rows containing just upper and lower case letters are interpreted as WUSS rna secondary structure symbols</li>
- <li><!-- JAL-2590 -->Cannot load Newick trees from eggnog ortholog database</li>
+ <li>
+ <!-- JAL-2566 -->Protein/CDS view scrolling not always in
+ phase after a sequence motif find operation
+ </li>
+ <li>
+ <!-- JAL-2550 -->Importing annotation file with rows
+ containing just upper and lower case letters are
+ interpreted as WUSS rna secondary structure symbols
+ </li>
+ <li>
+ <!-- JAL-2590 -->Cannot load Newick trees from eggnog
+ ortholog database
+ </li>
</ul>
<em>Test Suite</em>
- <ul><li><!-- JAL-2314 -->Unit test failure: jalview.ws.jabaws.RNAStructExportImport setup fails</li>
- <li><!-- JAL- --></li>
+ <ul>
+ <li>
+ <!-- JAL-2314 -->Unit test failure:
+ jalview.ws.jabaws.RNAStructExportImport setup fails
+ </li>
+ <li>
+ <!-- JAL- -->
+ </li>
</ul>
- </div>
+ </div>
<tr>
<td width="60" nowrap>
<div align="center">
- <strong><a name="Jalview.2.10.1">2.10.1</a><br />
- <em>29/11/2016</em></strong>
+ <strong><a name="Jalview.2.10.1">2.10.1</a><br /> <em>29/11/2016</em></strong>
</div>
</td>
<td><div align="left">
for all consensus calculations
</li>
<li>
- <!-- JAL-2177 -->Jmol updated to version 14.6.4 (released 3rd Oct 2016)
+ <!-- JAL-2177 -->Jmol updated to version 14.6.4 (released
+ 3rd Oct 2016)
</li>
<li>Updated Jalview's Certum code signing certificate
for 2016-2017</li>
</li>
<li>
<!-- JAL-1738-->New keystroke (B) and Select highlighted
- columns menu item to mark columns containing
- highlighted regions (e.g. from structure selections or results
- of a Find operation)
+ columns menu item to mark columns containing highlighted
+ regions (e.g. from structure selections or results of a
+ Find operation)
</li>
<li>
<!-- JAL-2284-->Command line option for batch-generation
lysozyme results in a PDB Client error dialog box
</li>
<li>
- <!-- JAL-2319 -->Structure View's mapping report switched ranges for PDB and sequence for SIFTS</li>
- <!-- JAL-2319 -->SIFTS 'Not_Observed' residues mapped to non-existant coordindate data</li>
+ <!-- JAL-2319 -->Structure View's mapping report switched
+ ranges for PDB and sequence for SIFTS
+ </li>
+ <!-- JAL-2319 -->
+ SIFTS 'Not_Observed' residues mapped to non-existant
+ coordindate data
+ </li>
</ul>
-<!-- <em>New Known Issues</em>
+ <!-- <em>New Known Issues</em>
<ul>
<li></li>
</ul> -->
</div>
</td>
</tr>
- <td width="60" nowrap>
- <div align="center">
- <strong><a name="Jalview.2.10.0b1">2.10.0b1</a><br />
- <em>25/10/2016</em></strong>
- </div>
- </td>
- <td><em>Application</em>
+ <td width="60" nowrap>
+ <div align="center">
+ <strong><a name="Jalview.2.10.0b1">2.10.0b1</a><br />
+ <em>25/10/2016</em></strong>
+ </div>
+ </td>
+ <td><em>Application</em>
+ <ul>
+ <li>3D Structure chooser opens with 'Cached structures'
+ view if structures already loaded</li>
+ <li>Progress bar reports models as they are loaded to
+ structure views</li>
+ </ul></td>
+ <td>
+ <div align="left">
+ <em>General</em>
<ul>
- <li>3D Structure chooser opens with 'Cached structures'
- view if structures already loaded</li>
- <li>Progress bar reports models as they are loaded to
- structure views</li>
- </ul></td>
- <td>
- <div align="left">
- <em>General</em>
- <ul>
- <li>Colour by conservation always enabled and no tick
- shown in menu when BLOSUM or PID shading applied</li>
- <li>FER1_ARATH and FER2_ARATH labels were switched in
- example sequences/projects/trees</li>
- </ul>
- <em>Application</em>
- <ul>
- <li>Jalview projects with views of local PDB structure
- files saved on Windows cannot be opened on OSX</li>
- <li>Multiple structure views can be opened and
- superposed without timeout for structures with multiple
- models or multiple sequences in alignment</li>
- <li>Cannot import or associated local PDB files without
- a PDB ID HEADER line</li>
- <li>RMSD is not output in Jmol console when
- superposition is performed</li>
- <li>Drag and drop of URL from Browser fails for Linux
- and OSX versions earlier than El Capitan</li>
- <li>ENA client ignores invalid content from ENA server</li>
- <li>Exceptions are not raised in console when ENA
- client attempts to fetch non-existent IDs via Fetch DB
- Refs UI option</li>
- <li>Exceptions are not raised in console when a new
- view is created on the alignment</li>
- <li>OSX right-click fixed for group selections:
- CMD-click to insert/remove gaps in groups and CTRL-click
- to open group pop-up menu</li>
- </ul>
- <em>Build and deployment</em>
- <ul>
- <li>URL link checker now copes with multi-line anchor
- tags</li>
- </ul>
- <em>New Known Issues</em>
- <ul>
- <li>Drag and drop from URL links in browsers do not
- work on Windows</li>
- </ul>
- </div>
- </td>
+ <li>Colour by conservation always enabled and no tick
+ shown in menu when BLOSUM or PID shading applied</li>
+ <li>FER1_ARATH and FER2_ARATH labels were switched in
+ example sequences/projects/trees</li>
+ </ul>
+ <em>Application</em>
+ <ul>
+ <li>Jalview projects with views of local PDB structure
+ files saved on Windows cannot be opened on OSX</li>
+ <li>Multiple structure views can be opened and superposed
+ without timeout for structures with multiple models or
+ multiple sequences in alignment</li>
+ <li>Cannot import or associated local PDB files without a
+ PDB ID HEADER line</li>
+ <li>RMSD is not output in Jmol console when superposition
+ is performed</li>
+ <li>Drag and drop of URL from Browser fails for Linux and
+ OSX versions earlier than El Capitan</li>
+ <li>ENA client ignores invalid content from ENA server</li>
+ <li>Exceptions are not raised in console when ENA client
+ attempts to fetch non-existent IDs via Fetch DB Refs UI
+ option</li>
+ <li>Exceptions are not raised in console when a new view
+ is created on the alignment</li>
+ <li>OSX right-click fixed for group selections: CMD-click
+ to insert/remove gaps in groups and CTRL-click to open group
+ pop-up menu</li>
+ </ul>
+ <em>Build and deployment</em>
+ <ul>
+ <li>URL link checker now copes with multi-line anchor
+ tags</li>
+ </ul>
+ <em>New Known Issues</em>
+ <ul>
+ <li>Drag and drop from URL links in browsers do not work
+ on Windows</li>
+ </ul>
+ </div>
+ </td>
</tr>
<tr>
<td width="60" nowrap>
<td><em>General</em>
<ul>
<li>
- <!-- JAL-2124 -->Updated Spanish translations.
- </li>
+ <!-- JAL-2124 -->Updated Spanish translations.
+ </li>
<li>
<!-- JAL-2164,JAL-1919,JAL-2148 -->Jmol now primary parser
for importing structure data to Jalview. Enables mmCIF and
load even when Consensus calculation is disabled
</li>
<li>
- <!-- JAL-1932 -->Remove right on penultimate column of
+ <!-- JAL-1932 -->Remove right on penultimate column of
alignment does nothing
</li>
</ul>
</li>
<li>
<!-- JAL-2036 -->Enable 'Get Cross-References' in menu
- after fetching cross-references, and restoring from project
+ after fetching cross-references, and restoring from
+ project
</li>
<li>
<!-- JAL-2032 -->Mouseover of a copy of a sequence is not
<!-- JAL-2284 -->Unable to read old Jalview projects that
contain non-XML data added after Jalvew wrote project.
</li>
- <li><!-- JAL-2118 -->Newly created annotation row reorders
+ <li>
+ <!-- JAL-2118 -->Newly created annotation row reorders
after clicking on it to create new annotation for a
column.
</li>
</ul> <em>Applet</em>
<ul>
<li>Split frame example added to applet examples page</li>
- </ul><em>Build and Deployment</em>
+ </ul> <em>Build and Deployment</em>
<ul>
- <li><!-- JAL-1888 -->New ant target for running Jalview's test suite</li>
+ <li>
+ <!-- JAL-1888 -->New ant target for running Jalview's test
+ suite
+ </li>
</ul></td>
<td>
<div align="left">
</li>
</ul> <!-- <em>Applet</em>
- <ul>
- </ul> <em>General</em>
- <ul>
- </ul>--> <em>Deployment and Documentation</em>
+ <ul>
+ </ul> <em>General</em>
+ <ul>
+ </ul>--> <em>Deployment and Documentation</em>
<ul>
<li>2G and 1G options in launchApp have no effect on
memory allocation</li>
<a href="https://www.certum.eu">Certum</a> to the Jalview
open source project).
</li>
- <li>Jalview SRS links replaced by UniProt and EBI-search
- </li>
+ <li>Jalview SRS links replaced by UniProt and EBI-search</li>
<li>Output in Stockholm format</li>
<li>Allow import of data from gzipped files</li>
<li>Export/import group and sequence associated line
<ul>
<li>URL links generated from description line for
regular-expression based URL links (applet and application)
-
-
-
-
-
<li>Non-positional feature URL links are shown in link
menu</li>
<li>Enable or disable non-positional feature and database
references in sequence ID tooltip from View menu in
application.</li>
- <!-- <li>New hidden columns and rows and representatives capabilities
- in annotations file (in progress - not yet fully implemented)</li> -->
+ <!-- <li>New hidden columns and rows and representatives capabilities
+ in annotations file (in progress - not yet fully implemented)</li> -->
<li>Group-associated consensus, sequence logos and
conservation plots</li>
<li>Symbol distributions for each column can be exported
<li>Cancel button for DAS Feature Fetching
<li>PCA and PDB Viewers zoom via mouse roller
<li>User-defined sub-tree colours and sub-tree selection
-
-
-
-
-
<li>'New Window' button on the 'Output to Text box'
</ul>
<li>Fixed Remove Empty Columns Bug (empty columns at end
of alignment)
<li>Slowed DAS Feature Fetching for increased robustness.
-
-
-
-
-
<li>Made angle brackets in ASCII feature descriptions
display correctly
<li>WsDbFetch query/result association resolved
<li>Tree leaf to sequence mapping improved
<li>Smooth fonts switch moved to FontChooser dialog box.
-
-
-
-
-
</ul>
</td>