v0.21
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:
- Download the production zip
Aliro-0_21.zip
from the Assets section below (be sure not to download the source code zip). - Unzip the archive
- 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
- 197 delete datasets by @jay-m-dev in #610
- DataCard deletion button by @HyunjunA in #611
- Add check for running experiments before deleting by @jay-m-dev in #612
- Bump minimist and mkdirp in /lab/webapp by @dependabot in #582
- Add a check for ai.status before deleting datasets by @jay-m-dev in #622
- Testing for datacard deletion by @HyunjunA in #621
- Delete datasets bug fixes and integration test by @jay-m-dev in #623
- Add add-to-project.yml by @jay-m-dev in #625
- Fix add-to-project gh action version by @jay-m-dev in #627
Full Changelog: v0.20...v0.21