Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GRAPE-137] Prepare GRAPE release #87

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v1.7] - 2022-12-20

### Added

- All conda environments are now built in Dockerfile and Snakemake doesn't need to create them for every workflow run from `.yaml` files.
- Multiple tests were added, covering all GRAPE flows. Test cases are stored at `grape/test-cases`.

### Changed

- Phased affymetrix chip is now stored within the bundle to speed up the simulation flow, because of this `intersect` rule in `pedsim` simulation workflow was moved to 'reference' downloading workflow.

### Fixed

- Fixed 'ibis' detecting empty IBD segments causing pipeline teardown.

## [v1.6] - 2022-05-20

### Added
Expand Down