Skip to content

Releases: Rostlab/predictprotein-docker

v1.2.0

11 Oct 16:56
Compare
Choose a tag to compare

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

PredictProtein Database (required, see README.md)

Debian packages necessary for build (required, automatically downloaded using build.sh script, see README.md)

Incorporate ppflat2xml and DISIS methods

14 Jul 09:51
Compare
Choose a tag to compare

Includes two additional package installations during docker image build:

  • librg-pp-bundle-perl - provides ppflat2xml 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

30 Oct 11:34
Compare
Choose a tag to compare

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

20 Oct 14:55
Compare
Choose a tag to compare
v1.0.0

Initial Production-Ready Version