Skip to content

Commit 5510b28

Browse files
committed
update docker image name and version in checker
1 parent 066dbdd commit 5510b28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

payload-gen-variant-processing/tests/checker.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.2.0' // package version
32+
version = '0.1.0' // package version
3333

3434
container = [
35-
'ghcr.io': 'ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-variant-filtering'
35+
'ghcr.io': 'ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-variant-processing'
3636
]
3737
default_container_registry = 'ghcr.io'
3838
/********************************************************************/

0 commit comments

Comments
 (0)