JAL-4004 existing releases-VERSION.md files and releases.html template
[jalview.git] / help / markdown / releases / release-2_6.md
1 ---
2 channel: release
3 version: 2.6
4 date: 2010-09-26
5 ---
6
7 ## New Features
8
9
10
11 ### Application
12 - Support for **Ja**va **b**ioinformatics **a**nalysis **w**eb **s**ervices (JABAWS)
13 - Web Services preference tab
14 - Analysis parameters dialog box and user defined preferences
15 - Improved speed and layout of Envision2 service menu
16 - Superpose structures using associated sequence alignment
17 - Export coordinates and projection as CSV from PCA viewer
18
19
20 ### Applet
21 - enable javascript: execution by the applet via the link out mechanism
22
23
24 ### Other
25 - Updated the Jmol Jalview interface to work with Jmol series 12
26 - The Jalview Desktop and JalviewLite applet now require Java 1.5
27 - Allow Jalview feature colour specification for GFF sequence annotation files
28 - New 'colour by label' keword in Jalview feature file type colour specification
29 - New Jalview Desktop Groovy API method that allows a script to check if it being run in an interactive session or in a batch operation from the Jalview command line
30
31
32 ## Issues Resolved
33
34 - clustalx colourscheme colours Ds preferentially when both D+E are present in over 50% of the column
35
36
37 ### Application
38 - typo in AlignmentFrame->View->Hide->all but selected Regions menu item
39 - sequence fetcher replaces ',' for ';' when the ',' is part of a valid accession ID
40 - fatal OOM if object retrieved by sequence fetcher runs out of memory
41 - unhandled Out of Memory Error when viewing pca analysis results
42 - InstallAnywhere builds fail to launch on OS X java 10.5 update 4 (due to apple Java 1.6 update)
43 - Installanywhere Jalview silently fails to launch
44
45
46 ### Applet
47 - Jalview.getFeatureGroups() raises an ArrayIndexOutOfBoundsException if no feature groups are defined.