Skip to content

Commit 45b93cf

Browse files
committed
final v0.9.1 changes
1 parent 0ee29ea commit 45b93cf

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/smoke_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Smoke Tests
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- devel
5+
branches: [main, devel]
6+
pull_request:
7+
branches: [main, devel]
88

99
jobs:
1010
smoke_test:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This file contains all notable changes to Bambu-Pipe.
44

55
---
66

7+
## [v0.9.1] - 2026-05-20
8+
9+
### Added
10+
- Harmony batch correction for multi-sample Seurat clustering
11+
- Processing of CB/UB tagged custom BAM files
12+
- GitHub Actions workflow to run smoke test on push and pull request to `main` and `devel` branches
13+
14+
### Changed
15+
- Upgraded pipeline to support Nextflow version `26.04.0` and above
16+
717
## [v0.9-beta] - 2026-05-11
818

919
### Added

0 commit comments

Comments
 (0)