JAL-4004 cosmetic improvements for Java documentation renderer
[jalview.git] / help / templates / whatsNew.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>What's new ?</title>
24 </head>
25 <body>
26   <p>
27     <strong>Welcome to Jalview Version $$Version-Rel$$ !!</strong><br/>
28   </p>
29   <p><em>__DISPLAY_DATE__</em></p>
30 __WHATS_NEW__
31   <p>
32     This release series provides support for two popular 3D
33     structure visualisation tools, new features for discovery of 3D
34     structures, improved platform integration and a new command line
35     tool allowing Jalview to be more easily called from scripts.</p>
36
37   <p>
38     <strong>View predicted protein structures via 3D-Beacons</strong> <br>
39     Jalview 2.11.2's <a href="features/structurechooser.html">Structure
40       Chooser includes a client for the 3D-Beacons Network</a>. Launched in
41     2021, the 3D-Beacons network (<a
42       href="https://www.ebi.ac.uk/pdbe/pdbe-kb/3dbeacons/">www.ebi.ac.uk/pdbe/pdbe-kb/3dbeacons/</a>)
43     provides a central point for the retrieval of predicted and observed
44     3D structures for sequences in Uniprot, including homology models
45     from Swiss-model and deep learning based predictions from the EBI's
46     Alphafold database (Orengo et al. 2020, <a
47       href="https://doi.org/10.12688/f1000research.20559.1">doi:10.12688/f1000research.20559.1</a>).<br>
48   </p>
49
50   <p>
51     <strong>Support for viewing structures with ChimeraX and
52       Pymol</strong><br> Jalview's 3D structure viewer system has been
53     re-architected to allow easier integration of external structure
54     viewers, and takes advantage of the strucViz2 Chimera communications
55     library developed by Scooter Morris (<a
56       href="https://doi.org/10.1093/bioinformatics/btm329">doi:10.1093/bioinformatics/btm329</a>).<br /> <br />
57     The <a href="features/preferences.html#structure">Structures
58       Preferences tab</a> provides new options allowing ChimeraX and
59     Pymol to be used for visualising external 3D structures. Views
60     from all structure viewers are saved in Jalview Projects, allowing
61     them to be shared with others using Jalview 2.11.2 or later,
62     providing they have the same viewer installed and configured to be
63     used with Jalview.<br/><br/>Jalview
64     2.11.2 has been tested with <strong>Pymol 2.5.0 (community)</strong> and <strong>2.5.2
65     (incentive)</strong>. For <strong>ChimeraX, we recommend using v1.3 or later</strong>.
66   </p>
67   <p>Other highlights include:</p>
68   <ul>
69     <li>Import of annotated DNA and RNA loci via GenBank and EMBL
70       style flatfile</li>
71     <li><strong>Easier configuration of <a
72         href="features/preferences.html#startup">Jalview's memory
73           allocation</a></strong></li>
74     <li>Scripts for <a href="features/commandline.html">running
75         Jalview via the command line</a> on macOS, Linux/Unix and Windows.
76     </li>
77   </ul>
78
79
80   <p>
81       For the full details, see <a
82         href="releases.html#Jalview.2.11.2.1">the Jalview 2.11.2.1
83         release notes</a>.
84     </p>
85   <p>
86     <strong>Known Issues</strong> <br />The following known issues will
87     be addressed in a minor patch release.
88   
89   <ul>
90     <li>Display of RESNUM sequence features are not suppressed when
91       structures associated with a sequence are viewed with an external
92       viewer (Regression from 2.11.1 series)</li>
93   </ul>
94     <p></p>
95 </body>
96 </html>