We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee29ea commit 45b93cfCopy full SHA for 45b93cf
2 files changed
.github/workflows/smoke_test.yml
@@ -2,9 +2,9 @@ name: Smoke Tests
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - devel
+ branches: [main, devel]
+ pull_request:
8
9
jobs:
10
smoke_test:
CHANGELOG.md
@@ -4,6 +4,16 @@ This file contains all notable changes to Bambu-Pipe.
---
+## [v0.9.1] - 2026-05-20
+
+### Added
+- 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
17
## [v0.9-beta] - 2026-05-11
18
19
### Added
0 commit comments