Skip to content

24.11.14

Latest
Compare
Choose a tag to compare
@adRn-s adRn-s released this 14 Nov 15:07
· 9 commits to develop since this release
  • Follow-up to the organisms' name changes: we added 'label' and 'yaml' fields to the model. They are very much like name, but curated for downstream analyses' needs that were before handled by either dissectBCL, BigRedButton, and nanoporeReads_dataTransfer. On our next release, we'll update the corresponding API endpoint to return all needed information.
  • We're now running on Python 3.12 (its CI jobs were reintroduced), and we have also added support for Python 3.13.
  • We have switched over to uv everywhere (Makefile, Docker, CI) instead of plain pip-tools.
  • Replaced isort and black with ruff (CI).
  • Added a 'Get Flowcell' context menu for staff users to find where each sample is being sequenced.
  • Fixed a bunch of typos.
  • Added history tracking to some of our key underlying models (e.g. Duties, Requests, Samples, Libraries, Organisms, Library Type, Library Protocol, Organization, PI, and CostUnit).