Skip to content

Commit

Permalink
Add process_long labels to AMPLICON and COLLAPSE
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Dec 13, 2024
1 parent 2593897 commit e58bee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[PR #116](https://github.com/nf-core/pixelator/pull/116)] - Bump version to 1.4
- [[PR #117](https://github.com/nf-core/pixelator/pull/117)] - Template update for nf-core/tools v3.1.0
- [[PR #118](https://github.com/nf-core/pixelator/pull/118)] - Update metromap, bump conda versions
- [[PR #119](https://github.com/nf-core/pixelator/pull/119)] - Add process_long to AMPLICON and COLLAPSE steps

### Parameters

Expand Down
1 change: 1 addition & 0 deletions modules/local/pixelator/single-cell/amplicon/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process PIXELATOR_AMPLICON {
tag "$meta.id"
label 'process_low'
label 'process_long'


conda "bioconda::pixelator=0.19.0"
Expand Down
1 change: 1 addition & 0 deletions modules/local/pixelator/single-cell/collapse/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process PIXELATOR_COLLAPSE {
tag "$meta.id"
label 'process_medium'
label 'process_long'

conda "bioconda::pixelator=0.19.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit e58bee0

Please sign in to comment.