diff options
author | Efraim Flashner | 2021-11-14 09:34:39 +0200 |
---|---|---|
committer | Efraim Flashner | 2021-11-14 09:34:39 +0200 |
commit | 8efe9ed0fd4bcd617d9ea3127fee73d5e4862540 (patch) | |
tree | 16dd901705c5544314f811f845f0912683b02717 /gn/packages | |
parent | 77c846badb6f98aca93e73783cecdc644ac6c2ff (diff) | |
download | guix-bioinformatics-8efe9ed0fd4bcd617d9ea3127fee73d5e4862540.tar.gz |
gn: bh2-seq-resource: Update source uri, homepage
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index e929f19..faf24f7 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1484,7 +1484,7 @@ suitable for long reads, but works also well with short reads.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/arvados/bh20-seq-resource") + (url "https://github.com/pubseq/bh20-seq-resource") (commit commit))) (file-name (git-file-name name version)) (sha256 @@ -1518,7 +1518,7 @@ suitable for long reads, but works also well with short reads.") ("python-pytest" ,python-pytest-4) ("python-pytest-runner" ,python-pytest-runner-2) ("python-uritemplate" ,python-uritemplate))) - (home-page "https://github.com/arvados/bh20-seq-resource") + (home-page "https://github.com/pubseq/bh20-seq-resource") (synopsis "Tool to upload SARS-CoV-19 sequences and service to kick off analysis") (description "This repository provides a sequence uploader for the |