Skip to content

Commit

Permalink
Merge pull request #29 from icgc-argo/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
junjun-zhang authored Jul 14, 2021
2 parents a8322f8 + 1fd26ae commit e7ed545
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion score-data-transfer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/overture-stack/score:5.3.0
FROM ghcr.io/overture-stack/score:5.5.0

LABEL org.opencontainers.image.source https://github.com/icgc-argo/icgc-25k-azure-transfer

Expand Down
2 changes: 1 addition & 1 deletion score-data-transfer/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.3.0'
version = '0.4.0'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/icgc-25k-azure-transfer.score-data-transfer'
Expand Down
2 changes: 1 addition & 1 deletion score-data-transfer/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "score-data-transfer",
"version": "0.3.0",
"version": "0.4.0",
"description": "SCORE data transfer tool",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion score-data-transfer/tests/checker.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.3.0'
version = '0.4.0'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/icgc-25k-azure-transfer.score-data-transfer'
Expand Down

0 comments on commit e7ed545

Please sign in to comment.