Skip to content

Commit c2e1f0c

Browse files
committed
bumps version
1 parent c4f1ec2 commit c2e1f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process {
2525
errorStrategy = { task.exitStatus in [1,143,137,104,134,139] ? 'retry' : 'terminate' }
2626
maxRetries = 3
2727
maxErrors = '-1'
28-
container = 'brwnj/covviz:v1.2.1'
28+
container = 'brwnj/covviz:v1.2.2'
2929
withLabel: 'indexcov' {
3030
memory = { 8.GB * task.attempt }
3131
cache = 'deep'
@@ -62,7 +62,7 @@ manifest {
6262
name = 'brwnj/covviz'
6363
author = 'Joe Brown'
6464
description = "find large, coverage-based variations on chromosomes"
65-
version = '1.2.0'
65+
version = '1.2.2'
6666
nextflowVersion = '>=0.32.0'
6767
homePage = 'https://github.com/brwnj/covviz'
6868
mainScript = 'main.nf'

0 commit comments

Comments
 (0)