Skip to content

Commit

Permalink
Update v0.5.0 to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Mar 15, 2024
1 parent 4c617fd commit 7108dbb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
## [Unreleased]

### Added

### Fixed

### Changed

## [0.6.0]

### Added

- Add optional SNV and structural variants to sample output
- Add `n_read_pairs`

### Fixed

- Calculation of `iqr_median` (now called `coverage_uniformity`)

### Changed

- Renamed variables to be more informative (`median` to `median_cov`, `tot_reads` to `n_reads` & `mapped_reads` to `n_mapped_reads`)

## [0.5.0]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN /bin/bash -c "source ~/.bashrc"
LABEL authors="Markus Johansson <[email protected]>, Ryan Kennedy <[email protected]>" \
maintainers="Markus Johansson <[email protected]>, Ryan Kennedy <[email protected]>" \
description="Docker image for bonsai-prp" \
version="0.5.0"
version="0.6.0"

# Default command to run when the container starts
CMD ["python"]
2 changes: 1 addition & 1 deletion prp/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PRP version"""
VERSION = "0.5.0"
VERSION = "0.6.0"

0 comments on commit 7108dbb

Please sign in to comment.