Skip to content

Commit

Permalink
DESeq2 and Limma can be a low-resource processes (nf-core#4423)
Browse files Browse the repository at this point in the history
* DESeq2 can be a low-resource process

* Limma can be low resource
  • Loading branch information
pinin4fjords authored Nov 27, 2023
1 parent 80faa25 commit 9326d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/deseq2/differential/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process DESEQ2_DIFFERENTIAL {
tag "$meta"
label 'process_medium'
label 'process_single'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/limma/differential/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process LIMMA_DIFFERENTIAL {
tag "$meta"
label 'process_medium'
label 'process_single'

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
Expand Down

0 comments on commit 9326d73

Please sign in to comment.