diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 13:35:38 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:17 -0400 |
commit | 725b56296253ad2e2f2079ac80c889965280feca (patch) | |
tree | cdcc75c860047e02fadfa6b0ee2293cc8964cf4e /gnu/packages | |
parent | 8bcb07d08936b41e9e737d52586683cadfddea61 (diff) | |
download | guix-725b56296253ad2e2f2079ac80c889965280feca.tar.gz |
gnu: Remove python2-htseq.
* gnu/packages/bioinformatics.scm (python2-htseq): Delete variable.
Diffstat (limited to 'gnu/packages')
-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 6f247cf412..d9e5e5a54e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4157,9 +4157,6 @@ HMMs).") from high-throughput sequencing assays.") (license license:gpl3+))) -(define-public python2-htseq - (package-with-python2 htseq)) - (define-public java-htsjdk (package (name "java-htsjdk") |