From 6444e5918bb9ed58e037c81dd0b3404dc32cc8e5 Mon Sep 17 00:00:00 2001 From: DabinJeong Date: Tue, 19 Jul 2022 16:31:06 +0900 Subject: [PATCH] repository url udpated --- normalization/pkg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/normalization/pkg.json b/normalization/pkg.json index 3f1615d..6297d30 100644 --- a/normalization/pkg.json +++ b/normalization/pkg.json @@ -11,7 +11,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/icgc-argo-workflows/expression-counting.git" + "url": "https://github.com/icgc-argo-workflows/rna-seq-expression-counting.git" }, "container": { "registries": [ @@ -32,6 +32,6 @@ } ], "license": "MIT", - "bugReport": "https://github.com/icgc-argo-workflows/expression-counting/issues", - "homepage": "https://github.com/icgc-argo-workflows/expression-counting#readme" + "bugReport": "https://github.com/icgc-argo-workflows/rna-seq-expression-counting/issues", + "homepage": "https://github.com/icgc-argo-workflows/rna-seq-expression-counting#readme" }