diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:44:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:35 -0400 |
commit | 6792b0b6cde37a56dd77b9a0830eebd6ab57cf99 (patch) | |
tree | 67771f1490a4f712ce7e2fc47ecd6322138d91d5 | |
parent | d2d222ddc2ab233bf039e9bdb98ffd348a100c5c (diff) | |
download | guix-6792b0b6cde37a56dd77b9a0830eebd6ab57cf99.tar.gz |
gnu: Remove python2-pysam.
* gnu/packages/bioinformatics.scm (python2-pysam): Delete variable.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e8823fed7a..9b30247594 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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") |