diff options
author | Efraim Flashner | 2023-03-22 14:49:00 +0200 |
---|---|---|
committer | Efraim Flashner | 2023-03-22 14:49:43 +0200 |
commit | a66e0cbedda4927d9546829e162d08d03bb667da (patch) | |
tree | bad45d0395aa47b79da06707f2bc67ca9f5c8e8e /gn/services | |
parent | add8bb0bdf3797704a30095ef21058b11778bc27 (diff) | |
download | guix-bioinformatics-a66e0cbedda4927d9546829e162d08d03bb667da.tar.gz |
bh20-seq-resource: Add version without profile collisions.
* gn/packages/bioinformatics.scm (bh20-seq-resource-for-service): New
variable.
* gn/services/bh20-seq-resource-container.scm
(covid19-pubseq-configuration): Use it by default.
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/bh20-seq-resource-container.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/bh20-seq-resource-container.scm b/gn/services/bh20-seq-resource-container.scm index cb77cdb..9eae2fc 100644 --- a/gn/services/bh20-seq-resource-container.scm +++ b/gn/services/bh20-seq-resource-container.scm @@ -14,7 +14,7 @@ make-covid19-pubseq-configuration covid19-pubseq-configuration? (package covid19-pubseq-configuration-package ; package - (default bh20-seq-resource)) + (default bh20-seq-resource-for-service)) (deploy-directory covid19-pubseq-deploy-directory ; string (default "/srv/http")) (port covid19-pubseq-configuration-port ; string |