Skip to content

Commit

Permalink
Merge pull request #5 from icgc-argo-workflows/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwt authored Nov 14, 2022
2 parents bb6b88e + 9314c1d commit 7c8162f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion signaturetoolslib/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion signaturetoolslib/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signaturetoolslib",
"version": "0.1.0",
"version": "0.1.1",
"description": "Mutational signature tool",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion signaturetoolslib/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7c8162f

Please sign in to comment.