Releases: Clinical-Genomics/housekeeper
Releases · Clinical-Genomics/housekeeper
Release 4.13.12
Release 4.13.11
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
Release 4.13.9
Release 4.13.8
Release 4.13.7
Release 4.13.6
Release 4.13.5
Release 4.13.4
feat(docker): Use Poetry (#205)
Changed
- Avoid using PIP and lock container to using only Housekeeper