Skip to content

Commit

Permalink
update umicollapse from process_medium to process_high (nf-core#3856)
Browse files Browse the repository at this point in the history
* update umicollapse from process_medium to process_high

After some experience with this module I realise it needs the highest resources (RAM heavy)

* change to process_high_memory
  • Loading branch information
CharlotteAnne authored Oct 6, 2023
1 parent 9bad3aa commit 66a26c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/umicollapse/main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process UMICOLLAPSE {
tag "$meta.id"
label "process_medium"
label "process_high_memory"

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

0 comments on commit 66a26c7

Please sign in to comment.