Skip to content

Releases: Clinical-Genomics/trailblazer

Release 21.6.3

06 Nov 07:35
Compare
Choose a tag to compare

feat(update): Werkzeug (#501)

Change

  • Update Werkzeug

Release 21.6.2

01 Oct 08:47
Compare
Choose a tag to compare

fix(pydantic): Warning (#497)

Changed

  • Fix Pydantic warning

Release 21.6.1

01 Oct 06:26
Compare
Choose a tag to compare

feat(update) Python (#495)

Changed

  • Update Python and deps

Release 21.6.0

18 Sep 07:29
Compare
Choose a tag to compare

Rename workflow fastq for raw data (#492)(minor)

Description

Changed

  • The attribute FASTQ from the StrEnum Workflow in constants.py was renamed

Release 21.5.49

16 Sep 08:12
Compare
Choose a tag to compare

fix PyPi build action (#493)

Change

  • Fix PyPI build action

Release 21.5.48

16 Sep 06:20
Compare
Choose a tag to compare

Use poetry (#491)

Changed

  • Use Poetry
  • Use Gunicorn config, improve nr of threads and workers

Release 21.5.47

11 Sep 08:57
Compare
Choose a tag to compare

Remove tower workflow file interactions (#489) (patch)

Fixed

  • Swapped out old workflow file interactions when handling nf_tower analyses.

Release 21.5.46

04 Sep 12:40
Compare
Choose a tag to compare

Add is_hidden parameter (#490) (patch)

Added

  • Option to mark analysis as hidden upon creation.

Release 21.5.45

29 Aug 15:05
Compare
Choose a tag to compare

Remove unused code (#488)

  • Clean up slurm logic

  • Clean up slurm logic

  • Shift remaining slurm logic to client

  • Remove imports

Release 21.5.44

28 Aug 08:07
Compare
Choose a tag to compare

Add tower service error handler (#481)