Skip to content

Commit

Permalink
Setting label on local processes to process_single
Browse files Browse the repository at this point in the history
  • Loading branch information
asp8200 committed Oct 16, 2023
1 parent 412a632 commit 59b0793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- [#1277](https://github.com/nf-core/sarek/pull/1277) - Fix null value issue for Mutect2 joint calling
- [#1287](https://github.com/nf-core/sarek/pull/1287) - Adding label `process_low` to local modules.
- [#1287](https://github.com/nf-core/sarek/pull/1287) - Adding label `process_single` to local modules.

### Dependencies

Expand Down
2 changes: 1 addition & 1 deletion modules/local/add_info_to_vcf/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process ADD_INFO_TO_VCF {
tag "$meta.id"
label 'process_low'
label 'process_single'

conda "anaconda::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
2 changes: 1 addition & 1 deletion modules/local/build_intervals/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process BUILD_INTERVALS {
tag "$meta.id"
label 'process_low'
label 'process_single'

conda "anaconda::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
2 changes: 1 addition & 1 deletion modules/local/create_intervals_bed/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process CREATE_INTERVALS_BED {
tag "$intervals"
label 'process_low'
label 'process_single'

conda "anaconda::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit 59b0793

Please sign in to comment.