diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c290f..f63e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [0.5.0](https://github.com/bihealth/cubi-tk/compare/v0.4.0...v0.5.0) (2025-01-15) + + +### ⚠ BREAKING CHANGES + +* remove functionality + +### Features + +* add `--filter-status` option for controlling which landing zones are listed ([#239](https://github.com/bihealth/cubi-tk/issues/239)) ([900b67a](https://github.com/bihealth/cubi-tk/commit/900b67a26130c8fccbcb338fcb666f03779b181f)) +* add `cubi-tk sodar update-samplesheet` ([#240](https://github.com/bihealth/cubi-tk/issues/240)) ([581e650](https://github.com/bihealth/cubi-tk/commit/581e65090c6147330f8077bb7f73622434e20f45)) +* Add common functions for interfacing with python-irodsclient ([#202](https://github.com/bihealth/cubi-tk/issues/202)) ([67e6e49](https://github.com/bihealth/cubi-tk/commit/67e6e492642d13d2561ff313e84849dd21a298cb)) +* Add generic SODAR ingest command ([#199](https://github.com/bihealth/cubi-tk/issues/199)) ([8548c97](https://github.com/bihealth/cubi-tk/commit/8548c9763565901596b5d2675657b7940a6440a1)) +* Add new command sodar landing-zone-validate ([#219](https://github.com/bihealth/cubi-tk/issues/219)) ([98e21c1](https://github.com/bihealth/cubi-tk/commit/98e21c199e25f4ca99bc5376de5bcc21da265129)) +* Adding cubi-tk snappy itransfer_sv_calling ([#213](https://github.com/bihealth/cubi-tk/issues/213)) ([5a00e40](https://github.com/bihealth/cubi-tk/commit/5a00e40c9c12d02935326a24e0a0fda83329183d)) +* allow varfish case resubmission ([#224](https://github.com/bihealth/cubi-tk/issues/224)) ([964bcac](https://github.com/bihealth/cubi-tk/commit/964bcacfe665818bcafc4466b2358011e13c0f89)) +* irods download refactoring and new generic sodar downloader with preset for dragen data ([#226](https://github.com/bihealth/cubi-tk/issues/226) ) ([#227](https://github.com/bihealth/cubi-tk/issues/227)) ([3fc38af](https://github.com/bihealth/cubi-tk/commit/3fc38af8fc913f58845b1efae15dcabbfc75b919)) +* presets for cubi-tk sodar ingest-fastq ([#232](https://github.com/bihealth/cubi-tk/issues/232) ) ([#235](https://github.com/bihealth/cubi-tk/issues/235)) ([8669118](https://github.com/bihealth/cubi-tk/commit/8669118d389ae038c0758cd9dabbfe58435878d5)) +* Switching `cubi-tk sodar ingest-fastq` from icommands to irods_common ([#217](https://github.com/bihealth/cubi-tk/issues/217)) ([cd9a3b9](https://github.com/bihealth/cubi-tk/commit/cd9a3b9d6ccfa49ccf44e10152b17df30009b2a4)) +* Update ingest-fastq, allow to match samples against assay table to determine collections names ([#198](https://github.com/bihealth/cubi-tk/issues/198)) ([#203](https://github.com/bihealth/cubi-tk/issues/203)) ([8b3662d](https://github.com/bihealth/cubi-tk/commit/8b3662daeacfa18a320a2168c2cdc5013213ad3c)) + + +### Bug Fixes + +* adapt to varfish-cli >=0.6.2 syntax ([#221](https://github.com/bihealth/cubi-tk/issues/221)) ([9619609](https://github.com/bihealth/cubi-tk/commit/9619609483f1f0f753d19354ab8957692b7f7898)) +* isa-tab add-ped now only modifies values on process nodes of ped-supplied samples [#207](https://github.com/bihealth/cubi-tk/issues/207) ([#233](https://github.com/bihealth/cubi-tk/issues/233)) ([88977d4](https://github.com/bihealth/cubi-tk/commit/88977d427731db93a0e91b37ddba74e19835a012)) +* parsing snappy config for with WGS projects ([#231](https://github.com/bihealth/cubi-tk/issues/231)) ([10592f3](https://github.com/bihealth/cubi-tk/commit/10592f3a37601d4598458cf543dbb38c6113b552)) +* varfish cli 06x uses new import syntax ([#220](https://github.com/bihealth/cubi-tk/issues/220)) ([#222](https://github.com/bihealth/cubi-tk/issues/222)) ([cb10dbb](https://github.com/bihealth/cubi-tk/commit/cb10dbbcedd9e9d287428f14873420c5b6d4898c)) +* varfish-upload subprocess submission ([#225](https://github.com/bihealth/cubi-tk/issues/225)) ([0f7f5b2](https://github.com/bihealth/cubi-tk/commit/0f7f5b2d46d0f955eb70faf8741cc44033fe63ce)) + + +### Miscellaneous Chores + +* remove functionality ([133bc87](https://github.com/bihealth/cubi-tk/commit/133bc87d3b75a7beb6611f92084f683593d8cf0b)) +* Update list of authors ([ae7525e](https://github.com/bihealth/cubi-tk/commit/ae7525ef6e69632b3c968c79f2d8b5899e888084)) + ## [0.4.0](https://www.github.com/bihealth/cubi-tk/compare/v0.3.0...v0.4.0) (2023-10-27) diff --git a/src/cubi_tk/version.py b/src/cubi_tk/version.py index 6a9beea..3d18726 100644 --- a/src/cubi_tk/version.py +++ b/src/cubi_tk/version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"