Skip to content

Commit

Permalink
Update memory and CPU label of split_h5mu component (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorien-er authored Dec 24, 2024
1 parent b1ebc0a commit 5d0e5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

* `scgpt/binning`: update handling of empty rows in sparse matrices (PR #875).

* `dataflow/split_h5mu`: Update memory label from `lowmem` to `highmem` and cpu label from `singlecpu` to `lowcpu` (PR #930).

# openpipelines 2.0.0-rc.2

## BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow/split_h5mu/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [singlecpu, lowmem]
label: [lowcpu, highmem]

0 comments on commit 5d0e5ad

Please sign in to comment.