Skip to content

Releases: Clinical-Genomics/housekeeper

Release 4.13.12

27 Jan 07:33
Compare
Choose a tag to compare

Updste virtulenv (#216)

Changed

  • Updated virtul env

Release 4.13.11

21 Jan 13:15
Compare
Choose a tag to compare

129 add file already in bundle directory (#215)(patch)

Changed

  • Change logic in housekeeper add file to check if the file exists in the bundle directory and skip hard linking if the given file is the one already in the bundle directory.
  • If there already is a file with the same name in the bundle directory, the command aborts and to file should be hard linked to the directory or added to housekeeper in order to not override the original file.
  • Removed function link_to_housekeeper_path as it is unused given the new logic.

Release 4.13.10

09 Dec 08:54
Compare
Choose a tag to compare

feat(linters): (#213)

Changed

  • Update linbters

Release 4.13.9

20 Nov 07:46
Compare
Choose a tag to compare

feat(get_files): Refactor (#212)

Changed

  • Refactor get_files

Release 4.13.8

26 Sep 06:21
Compare
Choose a tag to compare

fix(python): Syntax warning (#210)

Changed

  • Fix Python Syntax warning

Release 4.13.7

25 Sep 06:53
Compare
Choose a tag to compare

feat(python): Update (#208)

Changed

  • Updated Python to 3.12

Release 4.13.6

19 Sep 06:42
Compare
Choose a tag to compare

Update actions (#207)

Changed

  • Update Github actions

Release 4.13.5

19 Sep 06:05
Compare
Choose a tag to compare

fix(pypi): Action (#206)

Changed

  • Fix bPyPi build action

Release 4.13.4

18 Sep 06:52
Compare
Choose a tag to compare

feat(docker): Use Poetry (#205)

Changed

  • Avoid using PIP and lock container to using only Housekeeper

Release 4.13.3

12 Sep 07:26
Compare
Choose a tag to compare

fix(bump-version) (#204)

Changed

  • Fix bump version action