Skip to content

Commit

Permalink
Merge pull request #301 from mskcc/hotfix/remove_juno_sla_default
Browse files Browse the repository at this point in the history
removed the SLA as the default configuration for juno
  • Loading branch information
evanbiederstedt authored Jun 1, 2019
2 parents 12e8775 + 937595a commit 784e338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/juno.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executor {
process {
memory = "8.MB"
time = { 3.h * task.attempt }
clusterOptions = "-sla CMOPI"
clusterOptions = ""
}

process.errorStrategy = { task.attempt <= 3 ? 'retry' : 'ignore' }
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ manifest {
mainScript = 'main_align_markDups_BaseRecal.nf'
name = 'Vaporware'
nextflowVersion = '>=0.32.0'
version = '0.13.0'
version = '0.13.1'
}

// Provides extra options for the Java and Nextflow runtime.
Expand Down

0 comments on commit 784e338

Please sign in to comment.