mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
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.
This commit is contained in:
parent
bec6bf64bc
commit
f550c0ccb0
1 changed files with 5 additions and 2 deletions
|
@ -11307,9 +11307,9 @@ (define-public pigx-scrnaseq
|
|||
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 @@ (define-public pigx-sars-cov2-ww
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue