Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Fixes

- Pass `--gex_barcode_sample_assignment` into `cellranger/multi` as the `cmo_barcode_assignment` input (previously omitted) ([#543](https://github.com/nf-core/scrnaseq/pull/543))
- Fix `modules.config` structure to make sure all ways of providing the `aligner` param work ([514](https://github.com/nf-core/scrnaseq/pull/514))
- Fix [515](https://github.com/nf-core/scrnaseq/issues/515), failure when running singleplex flex data by updating cellranger multi module ([517](https://github.com/nf-core/scrnaseq/pull/517))
- Fix [522](https://github.com/nf-core/scrnaseq/issues/522), protocol not being passed correctly when running cellranger multi ([524](https://github.com/nf-core/scrnaseq/pull/524))
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/align_cellrangermulti.nf
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ workflow CELLRANGER_MULTI_ALIGN {
ch_beam_control_panel_csv,
ch_gex_cmo_set,
ch_cmo_barcode_csv,
[],
ch_gex_barcodes,
ch_frna_sample_csv,
ch_ocm_barcode_csv,
params.skip_cellranger_renaming
Expand Down
Loading