Breaking changes:
- API endpoint
api/analysis_list/analysis_list/?flowcell_id={FCID}
was updated to return a list of 3 strings representing the organism (name, which is the old string returned until now, plus: label for naming downstream analysis directories, and a yaml key or filepath for downstream analyses e.g. dorado, cellranger, snakePipes, etc.)
Non-breaking changes:
- Fixed 'DoesNotExist' error when deleting a Request, due to a wrong implementation of History tracking.
- Fixed an edge case where latency could swap samples/ libs from one request to the other when User changed its view too quickly. (#178)