me
/
guix
Archived
1
0
Fork 0

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.
Ricardo Wurmus 2022-05-06 14:04:56 +02:00
parent bec6bf64bc
commit f550c0ccb0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -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")