Skip to content

Feature Updates

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjwilli hjwilli released this 06 Mar 21:27
· 1261 commits to production since this release

Changelog

  • Added support for regression problems
  • Maximum allowed file size can be set as a configuration option
  • Improved web caching support

See the documentation at https://epistasislab.github.io/pennai/ for more instructions.

Requirements:

See the installation instructions for prerequisite software requirements.

Installation:

  1. Download the production zip pennai-0_15.zip from the Assets section below (be sure not to download the source code zip).
  2. Unzip the archive

Running:

See Using PennAI for instructions.

  • From the command line, navigate to the pennai directory and run the command docker-compose up to start the PennAI server.
  • To stop PennAI, kill the process with ctrl+c and wait for the server to shut down.
  • Once the webserver is up, connect to http://localhost:5080/ to access the website.