BioJava 4.2.8
·
2397 commits
to master
since this release
BioJava 4.2.8 is compatible with Java 7 and 8.
About
BioJava 4.2.8 has been released and is available using Maven from Maven Central as well as manual download (see below). This is purely a bug fix release correcting issues found since the 4.2.7 release.
This release contains 15 commits from 3 contributors.
Bug fixes
- Small additions to AlignedSequence in core module to better support pipelines that use 4.2.x
- URLs adapted to latest RCSB PDB convention #682
Maven Download
BioJava 4.2.8 requires Maven for the build process. All BioJava jar files are available via Maven Central as of this release.
You can create a BioJava dependency by adding the following XML to your project pom.xml file:
<dependencies>
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava-core</artifactId>
<version>4.2.8</version>
</dependency>
<!-- other biojava jars as needed -->
</dependencies> Manual Download
Release Date
BioJava 4.2.8 has been released on July 6th, 2017