Releases: Rostlab/predictprotein-docker
v1.2.0
Repository now includes a build.sh
script which will download a package archive from our (rostlab.org) servers
containing all Debian packages necessary for a successful Docker image build of predictprotein
.
The Dockerfile has been modified to install these packages instead of reaching out over the Internet using apt
.
Using next minor version number, 2 (v1.1.0 -> v1.2.0), since this commit introduces major changes to original
Dockerfile recipe for creating the predictprotein-docker
Docker image.
Docker image of this release hosted on our own Docker registry
Incorporate ppflat2xml and DISIS methods
Includes two additional package installations during docker image build:
-
librg-pp-bundle-perl
- providesppflat2xml
used for parsing results sets in to XML -
profdisis
- the DISIS method is now included per user request, may be run manually -
Addresses internal issues
#68
and#27
MySQL Requirement - Update to Documentation and Config
A MySQL database is required for storing additional predictprotein results near the end of each run.
After evaluation of the JAVA code that implements this, it's has been determined to be a requirement, rather than optional.
Updates have been made to the README.md
documentation, and the ppcacherc
configuration file.
Please refer to issue #1 for additional information.
Initial Production-Ready Release
v1.0.0 Initial Production-Ready Version