From 9537732649d0318981b2faa438d19aa2d8d756c9 Mon Sep 17 00:00:00 2001 From: alvinwt Date: Tue, 8 Nov 2022 17:24:58 +0000 Subject: [PATCH 1/3] [wfpm v0.8.0] started a new version signaturetoolslib@0.1.1 from signaturetoolslib@0.1.0 which was in development --- signaturetoolslib/main.nf | 2 +- signaturetoolslib/pkg.json | 2 +- signaturetoolslib/tests/checker.nf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/signaturetoolslib/main.nf b/signaturetoolslib/main.nf index 47bbb17..fa15635 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' From 4051fb71ef347ae88db92f925417043949d75f78 Mon Sep 17 00:00:00 2001 From: alvinwt Date: Fri, 11 Nov 2022 14:17:53 +0000 Subject: [PATCH 2/3] changed nextflow version --- signaturetoolslib/nextflow.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/signaturetoolslib/nextflow.config b/signaturetoolslib/nextflow.config index f2cd1e3..54a1e8a 100644 --- a/signaturetoolslib/nextflow.config +++ b/signaturetoolslib/nextflow.config @@ -2,3 +2,7 @@ docker { enabled = true runOptions = '-u \$(id -u):\$(id -g)' } + +manifest { +nextflowVersion = '21.10.6' +} From 4bdc92b0922e7e562289c24c21bb96a9b7e2cd5a Mon Sep 17 00:00:00 2001 From: alvinwt Date: Fri, 11 Nov 2022 14:22:36 +0000 Subject: [PATCH 3/3] fixed nextflow version in config --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 62db3ef..0c6b720 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,7 +1,7 @@ manifest { homePage = 'https://github.com/icgc-argo-workflows/icgc-argo-mutational-signatures' description = 'ICGC ARGO Mutational Signatures Workflow Packages' - nextflowVersion = '>=20.10' + nextflowVersion = '21.10.6' } docker {