diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 11:37:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 11:51:09 +0100 |
commit | b5c9afb7c5c507decfb09ca9b629485fe70bc9f1 (patch) | |
tree | 1788d320065830977fb78f2fa14cb8c69c4949a1 /gnu | |
parent | 699b443c86322554494fccf4cca81f80104be11f (diff) | |
download | guix-b5c9afb7c5c507decfb09ca9b629485fe70bc9f1.tar.gz guix-b5c9afb7c5c507decfb09ca9b629485fe70bc9f1.zip |
gnu: Remove python2-bx-python.
* gnu/packages/bioinformatics.scm (python2-bx-python): Delete variable.
Diffstat (limited to 'gnu')
-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 7d9ff09765..587f8656ab 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2293,9 +2293,6 @@ off-target reads for a capture method that targets CpG-rich region.") multiple sequence alignments.") (license license:expat))) -(define-public python2-bx-python - (package-with-python2 python-bx-python)) - (define-public python-pyega3 (package (name "python-pyega3") |