Skip to content

Commit

Permalink
annotate step use process_high resources
Browse files Browse the repository at this point in the history
  • Loading branch information
johandahlberg committed May 27, 2024
1 parent 1db4263 commit ce90f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - Update pixelator to 0.17.1
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - Add `pixelator single-cell layout` command
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - `graph` step is now using `process_high` as it's resource tag
- [[PR #90](https://github.com/nf-core/pixelator/pull/90)] - `annotate` step is now using `process_high` as it's resource tag

### Software dependencies

Expand Down
2 changes: 1 addition & 1 deletion modules/local/pixelator/single-cell/annotate/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process PIXELATOR_ANNOTATE {
tag "$meta.id"
label 'process_medium'
label 'process_high'


conda "bioconda::pixelator=0.17.1"
Expand Down

0 comments on commit ce90f8b

Please sign in to comment.