Skip to content

Commit

Permalink
added samtools resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Aug 14, 2024
1 parent 1e7450c commit eb0e9e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,13 @@ process {
module = 'singularity-3.7.0-gcc-9.3.0-dp5ffrp'
container = 'ebileanne/star:latest'
}

withLabel: 'samtools' {
cpus=20
memory = { 10.GB * task.attempt }
time = { 4.h * task.attempt }
module = 'singularity-3.7.0-gcc-9.3.0-dp5ffrp'
container = "biocontainers/samtools:latest"
}
}
/*
trace {
Expand Down

0 comments on commit eb0e9e7

Please sign in to comment.