me
/
guix
Archived
1
0
Fork 0

gnu: Add python2-pyfaidx.

* gnu/packages/bioinformatics.scm (python2-pyfaidx): New variable.
master
Efraim Flashner 2020-03-11 15:43:50 +02:00
parent 578e4cf465
commit ea2822d7d6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 0 deletions

View File

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