Skip to content

Commit

Permalink
Request 50GB for the counts step on clusters by default, rather than …
Browse files Browse the repository at this point in the history
…the huge 140GB. This is a temporary improvement before fully addressing #73
  • Loading branch information
Nick-Eagles committed Jun 16, 2021
1 parent ff06a3f commit 0c0962a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/docker_sge.config
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ process {
withName: CountObjects {
cpus = 2
penv = 'local'
memory = 140.GB
memory = 50.GB
time = { 8.h * task.attempt }
clusterOptions = '-l h_fsize=100G'

Expand Down
2 changes: 1 addition & 1 deletion conf/docker_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ process {
}
withName: CountObjects {
cpus = 2
memory = 140.GB
memory = 50.GB
time = { 8.h * task.attempt }
container = 'libddocker/r_3.6.1_bioc'
}
Expand Down
2 changes: 1 addition & 1 deletion conf/jhpce.config
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ process {
cpus = 2
penv = 'local'
module = 'conda_R/4.0'
clusterOptions = '-l mf=70G,h_vmem=70G,h_fsize=100G -R y'
clusterOptions = '-l mf=25G,h_vmem=25G,h_fsize=100G -R y'
}
withName: CoverageObjects {
cpus = 4
Expand Down
2 changes: 1 addition & 1 deletion conf/sge.config
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ process {
}
withName: CountObjects {
cpus = 2
memory = '140.GB'
memory = '50.GB'
time = { 8.h * task.attempt }
clusterOptions = '-l h_fsize=100G'
}
Expand Down
2 changes: 1 addition & 1 deletion conf/slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ process {
}
withName: CountObjects {
cpus = 2
memory = 140.GB
memory = 50.GB
time = { 8.h * task.attempt }
}
withName: CoverageObjects {
Expand Down

0 comments on commit 0c0962a

Please sign in to comment.