diff --git a/signaturetoolslib/main.nf b/signaturetoolslib/main.nf index 84eac37..160b212 100755 --- a/signaturetoolslib/main.nf +++ b/signaturetoolslib/main.nf @@ -29,7 +29,7 @@ /* this block is auto-generated based on info from pkg.json where */ /* changes can be made if needed, do NOT modify this block manually */ nextflow.enable.dsl = 2 -version = '0.1.0' // package version +version = '0.1.1' container = [ 'ghcr.io': 'ghcr.io/icgc-argo-workflows/icgc-argo-mutational-signatures.signaturetoolslib' diff --git a/signaturetoolslib/pkg.json b/signaturetoolslib/pkg.json index 91164ee..d384f55 100644 --- a/signaturetoolslib/pkg.json +++ b/signaturetoolslib/pkg.json @@ -1,6 +1,6 @@ { "name": "signaturetoolslib", - "version": "0.1.0", + "version": "0.1.1", "description": "Mutational signature tool", "main": "main.nf", "deprecated": false, diff --git a/signaturetoolslib/tests/checker.nf b/signaturetoolslib/tests/checker.nf index 8385aac..56c95be 100755 --- a/signaturetoolslib/tests/checker.nf +++ b/signaturetoolslib/tests/checker.nf @@ -34,7 +34,7 @@ /* this block is auto-generated based on info from pkg.json where */ /* changes can be made if needed, do NOT modify this block manually */ nextflow.enable.dsl = 2 -version = '0.1.0' // package version +version = '0.1.1' container = [ 'ghcr.io': 'ghcr.io/icgc-argo-workflows/icgc-argo-mutational-signatures.signaturetoolslib'