Skip to content

Commit

Permalink
bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
brwnj committed Apr 2, 2020
1 parent c4f1ec2 commit c2e1f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit c2e1f0c

Please sign in to comment.