Skip to content

Commit

Permalink
fix: add kraken2 resource label
Browse files Browse the repository at this point in the history
  • Loading branch information
cschu committed Jun 20, 2024
1 parent 5e3e5d8 commit d90572d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nevermore/modules/decon/kraken2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ params.fix_read_ids = true
process remove_host_kraken2 {
container "registry.git.embl.de/schudoma/kraken2-docker:latest"
label 'kraken2'
label "process_high_memory"
cpus 8

input:
tuple val(sample), path(fq)
Expand Down

0 comments on commit d90572d

Please sign in to comment.