Skip to content

Commit

Permalink
high mem slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
AIqbal94 committed Apr 23, 2024
1 parent 90665eb commit 7a2bed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process {
executor='slurm'
queue="${params.queue}"
cpus=16
memory='60GB'
memory='80GB'
time='6h'
container = "${params.image_folder}subread-2.0.3.sif"
containerOptions = "${params.extra_mounts} -B ${params.project_folder}:/workdir -B ${params.featurecounts_raw_data}:/raw_data"
Expand All @@ -21,7 +21,7 @@ process {
executor='slurm'
queue="${params.queue}"
cpus=16
memory='60GB'
memory='80GB'
time='6h'
container = "${params.image_folder}subread-2.0.3.sif"
containerOptions = "${params.extra_mounts} -B ${params.project_folder}:/workdir -B ${params.featurecounts_raw_data}:/raw_data"
Expand Down

0 comments on commit 7a2bed9

Please sign in to comment.