Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@

* Renamed `obsm_metrics` to `uns_metrics` for the `cellranger_mapping` workflow because the cellranger metrics are stored in `.uns` and not `.obsm` (PR #610).

## MAJOR CHANGES

* `mapping/cellranger_mkfastq`: update from cellranger `6.0.2` to `7.0.1` (PR #675)

## NEW FUNCTIONALITY

* `multisample` pipeline: This workflow now works when provided multimple unimodal files or multiple multimodal files, in addition to the previously supported single multimodal file (PR #606). The modalities are processed independently from each other:
Expand Down
2 changes: 1 addition & 1 deletion src/demux/cellranger_mkfastq/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ functionality:
- path: /resources_test/cellranger_tiny_bcl
platforms:
- type: docker
image: ghcr.io/data-intuitive/cellranger:6.1
image: ghcr.io/data-intuitive/cellranger:7.0
setup:
- type: docker
run: apt-get update && apt-get upgrade -y
Expand Down