summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-05-06 14:04:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-05-06 15:34:31 +0200
commitf550c0ccb05920fd7c7ac01b73f801370b5acc12 (patch)
treedb9e70c7f4a7bf561acb1d3fa62e111b92f3d26d /gnu
parentbec6bf64bcbcf559eb0b91abcb7f3b2488916797 (diff)
gnu: Add pigx-sars-cov-2.
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): New variable. (pigx-sars-cov2-ww): Deprecate this package in favor of the former.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index bb3f081112..2658d380af 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11307,9 +11307,9 @@ and interactive quality reports. The pipeline is designed to work with UMI
based methods.")
(license license:gpl3+)))
-(define-public pigx-sars-cov2-ww
+(define-public pigx-sars-cov-2
(package
- (name "pigx-sars-cov2-ww")
+ (name "pigx-sars-cov-2")
(version "0.0.5")
(source (origin
(method url-fetch)
@@ -11373,6 +11373,9 @@ report will provide an intuitive visual overview about the development of
variant abundance over time and location.")
(license license:gpl3+)))
+(define-public pigx-sars-cov2-ww
+ (deprecated-package "pigx-sars-cov2-ww" pigx-sars-cov-2))
+
(define-public pigx
(package
(name "pigx")