From c2e1f0cbbc10b1b5d49116e6441d76b8c735b166 Mon Sep 17 00:00:00 2001 From: Joe Brown Date: Wed, 1 Apr 2020 18:27:56 -0600 Subject: [PATCH] bumps version --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index d4bf5f1..4dad881 100644 --- a/nextflow.config +++ b/nextflow.config @@ -25,7 +25,7 @@ process { errorStrategy = { task.exitStatus in [1,143,137,104,134,139] ? 'retry' : 'terminate' } maxRetries = 3 maxErrors = '-1' - container = 'brwnj/covviz:v1.2.1' + container = 'brwnj/covviz:v1.2.2' withLabel: 'indexcov' { memory = { 8.GB * task.attempt } cache = 'deep' @@ -62,7 +62,7 @@ manifest { name = 'brwnj/covviz' author = 'Joe Brown' description = "find large, coverage-based variations on chromosomes" - version = '1.2.0' + version = '1.2.2' nextflowVersion = '>=0.32.0' homePage = 'https://github.com/brwnj/covviz' mainScript = 'main.nf'