Skip to content

Commit

Permalink
Merge pull request #120 from PixelgenTechnologies/update-labels
Browse files Browse the repository at this point in the history
Add `process_long` labels to AMPLICON and COLLAPSE
  • Loading branch information
fbdtemme authored Dec 13, 2024
2 parents 2593897 + c5b8472 commit 405a62b
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 #120](https://github.com/nf-core/pixelator/pull/120)] - 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 405a62b

Please sign in to comment.