Skip to content

Commit

Permalink
Fix: Cluster specific options updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Nov 4, 2021
1 parent 1a9edfd commit e710cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions micone/pipelines/configs/profiles.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ profiles {

cluster {
process.executor = 'sge'
process.queue = 'long'
process.memory = '10GB'
// process.queue = 'long'
process.memory = '16GB'
process.scratch = true
process.clusterOptions = "-P ${params.project} -l h_rt=24:00:00"
}

cloud {
Expand Down
2 changes: 2 additions & 0 deletions micone/pipelines/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// vim:ft=groovy

params.conda_dir = ""
params.project = ""

// Process specific configuration
includeConfig './nf_micone/configs/process.config'
Expand All @@ -19,4 +20,5 @@ includeConfig './nf_micone/configs/network_inference.config'

params {
paired_end = false
output_dir = "outputs"
}

0 comments on commit e710cc5

Please sign in to comment.