Skip to content

v0.21

Compare
Choose a tag to compare
@jay-m-dev jay-m-dev released this 11 Oct 00:48
· 14 commits to master since this release

Highlights in this release

  • Aliro v0.21 now allows deleting individual datasets.

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

Requirements:

See the installation instructions for prerequisite software requirements.

Installation:

  1. Download the production zip Aliro-0_21.zip from the Assets section below (be sure not to download the source code zip).
  2. Unzip the archive
  3. Follow the steps in the Running section below.

Running:

See Using Aliro for instructions.

  • From the command line, navigate to the Aliro directory and run the command docker-compose up to start the Aliro server.
  • To stop Aliro, 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.

What's Changed

Full Changelog: v0.20...v0.21