From e8e7532b2770a6b61304ebe6f7378dfd352d2d63 Mon Sep 17 00:00:00 2001 From: evanbiederstedt Date: Thu, 30 May 2019 17:21:59 -0400 Subject: [PATCH 1/2] removed the SLA as the default configuration for juno --- conf/juno.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/juno.config b/conf/juno.config index a68d58d69..c8683e80d 100644 --- a/conf/juno.config +++ b/conf/juno.config @@ -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' } From 937595ab71c9dfb9c82f946971ba09f05231e0b4 Mon Sep 17 00:00:00 2001 From: evanbiederstedt Date: Fri, 31 May 2019 16:12:27 -0400 Subject: [PATCH 2/2] revised nextflow.config to use the correct version --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 53ac7d069..10d79b12f 100755 --- a/nextflow.config +++ b/nextflow.config @@ -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.