We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066dbdd commit 5510b28Copy full SHA for 5510b28
1 file changed
payload-gen-variant-processing/tests/checker.nf
@@ -29,10 +29,10 @@
29
/* this block is auto-generated based on info from pkg.json where */
30
/* changes can be made if needed, do NOT modify this block manually */
31
nextflow.enable.dsl = 2
32
-version = '0.2.0' // package version
+version = '0.1.0' // package version
33
34
container = [
35
- 'ghcr.io': 'ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-variant-filtering'
+ 'ghcr.io': 'ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-variant-processing'
36
]
37
default_container_registry = 'ghcr.io'
38
/********************************************************************/
0 commit comments