mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python2-pyfaidx.
* gnu/packages/bioinformatics.scm (python2-pyfaidx): New variable.
This commit is contained in:
parent
578e4cf465
commit
ea2822d7d6
1 changed files with 3 additions and 0 deletions
|
@ -13529,6 +13529,9 @@ bgzipped text file that contains a pair of genomic coordinates per line.")
|
|||
fasta subsequences.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-pyfaidx
|
||||
(package-with-python2 python-pyfaidx))
|
||||
|
||||
(define-public python-cooler
|
||||
(package
|
||||
(name "python-cooler")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue