Skip to content

Commit

Permalink
Fix scratch option for eddie custom configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzoTale88 committed Oct 14, 2021
1 parent 182d714 commit 9f68138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/eddie.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ executor {

process {
clusterOptions = { task.memory ? "-l h_vmem=${task.memory.bytes/task.cpus} ${params.extra_cluster_options}" : null }
scratch = $params.scratch
scratch = params.scratch
penv = { task.cpus > 1 ? "sharedmem" : null }

// common SGE error statuses
Expand Down
2 changes: 1 addition & 1 deletion conf/eddie_conda.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ executor {

process {
clusterOptions = { task.memory ? "-l h_vmem=${task.memory.bytes/task.cpus} ${params.extra_cluster_options}" : null }
scratch = $params.scratch
scratch = params.scratch
penv = { task.cpus > 1 ? "sharedmem" : null }

// common SGE error statuses
Expand Down

0 comments on commit 9f68138

Please sign in to comment.