You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _wikis/BioJava:Download_4.2.0.mediawiki
+40-4Lines changed: 40 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,49 @@ BioJava 4.2.0 is compatible with <b>Java 7 and 8</b>.
5
5
== About ==
6
6
''BioJava'' 4.2.0 has been released and is available using Maven from Maven Central as well as manual download (see below).
7
7
8
-
This release contains over [https://github.com/biojava/biojava/compare/6f8d796fee92edbbcd001c33cdae4f15c5480741...biojava-4.2.0 750] commits from 10 contributors.
8
+
This release contains over [https://github.com/biojava/biojava/compare/6f8d796fee92edbbcd001c33cdae4f15c5480741...biojava-4.2.0 750] commits from 16 contributors.
9
9
10
10
===New Features===
11
11
12
-
BioJava 4.2.0 offers a few new features, as well several bug-fixes.
13
-
14
-
New Features:
12
+
BioJava 4.2.0 offers many new features, as well several bug-fixes.
13
+
14
+
;General
15
+
* Requires Java 7
16
+
* Better logging with SLF4J
17
+
18
+
;Biojava-Core
19
+
* New SearchIO framework including blast xml parser
20
+
21
+
;Biojava-structure
22
+
* Secondary structure assignment using DSSP
23
+
* Multiple Structure Alignments
24
+
** New MultipleStructureAlignment datastructure supporting flexible and order-independent alignments
25
+
** MultipleMC algorithm
26
+
*** Can use any pairwise StructureAlignment implementation
27
+
** serialize and parse multiple structure alignments as XML files, output as Text, FatCat, FASTA, Rotation Matrices, etc.
28
+
* More complete mmCIF and cif parsing
29
+
** Parse bonds, sites, charges
30
+
** Better support for non-deposited pdb and mmcif files
31
+
* Include CE-Symm algorithm for finding internal symmetry (Myers-Turnbull, 2014)
32
+
* Replaced internal graph datastructures with Jgraph
0 commit comments