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' } 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.