gnu: Remove python2-pysam.

* gnu/packages/bioinformatics.scm (python2-pysam): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:44:05 -04:00
parent d2d222ddc2
commit 6792b0b6cd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -2241,9 +2241,6 @@ SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It
also includes an interface for tabix.")
(license license:expat)))
(define-public python2-pysam
(package-with-python2 python-pysam))
(define-public python-twobitreader
(package
(name "python-twobitreader")