[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
93/285: gnu: python-bbknn: Update to 1.3.6.
From: |
guix-commits |
Subject: |
93/285: gnu: python-bbknn: Update to 1.3.6. |
Date: |
Sun, 29 Dec 2019 20:44:07 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 4828a8ea5a637350c6338185ae3982de4679429c
Author: Brett Gilio <address@hidden>
Date: Mon Dec 23 17:31:06 2019 -0600
gnu: python-bbknn: Update to 1.3.6.
* gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.3.6.
[arguments]: Disable tests until migration to python-scikit-learn.
[propgated-inputs]: Remove python-faiss, python-scanpy.
[propgated-inputs]: Add python-scipy, python-umap-learn.
---
gnu/packages/bioinformatics.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6488642..e01022e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2018, 2019 Mădălin Ionel Patrașcu <address@hidden>
;;; Copyright © 2019 Maxim Cournoyer <address@hidden>
;;; Copyright © 2019 Brian Leung <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -13289,21 +13290,23 @@ million cells.")
(define-public python-bbknn
(package
(name "python-bbknn")
- (version "1.3.1")
+ (version "1.3.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bbknn" version))
(sha256
(base32
- "1qgdganvj3lyxj84v7alm23b9vqhwpn8z0115qndpnpy90qxynwz"))))
+ "1jbsh01f57zj4bhvjr3jh4532zznqd6nccmgrl3qi9gnhkf7c4y0"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; TODO: Enable after migration to scikit-learn.
(propagated-inputs
`(("python-annoy" ,python-annoy)
("python-cython" ,python-cython)
- ("python-faiss" ,python-faiss)
("python-numpy" ,python-numpy)
- ("python-scanpy" ,python-scanpy)))
+ ("python-scipy" ,python-scipy)
+ ("python-umap-learn" ,python-umap-learn)))
(home-page "https://github.com/Teichlab/bbknn")
(synopsis "Batch balanced KNN")
(description "BBKNN is a batch effect removal tool that can be directly
- 92/285: gnu: Add python-pathtools., (continued)
- 92/285: gnu: Add python-pathtools., guix-commits, 2019/12/29
- 127/285: gnu: chez-scheme: Update home-page., guix-commits, 2019/12/29
- 231/285: gnu: emacs-dante: Modify version number., guix-commits, 2019/12/29
- 02/285: gnu: sbcl-cl-store: Use HTTPS home page URI., guix-commits, 2019/12/29
- 03/285: gnu: Add copyright header., guix-commits, 2019/12/29
- 78/285: gnu: python-sphinx-copybutton: Update to 0.2.6., guix-commits, 2019/12/29
- 83/285: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/29
- 87/285: gnu: python-eventlet: Use HTTPS home page URI., guix-commits, 2019/12/29
- 88/285: gnu: Add python-umap-learn., guix-commits, 2019/12/29
- 89/285: gnu: python-llvmlite: Update to 0.30.0., guix-commits, 2019/12/29
- 93/285: gnu: python-bbknn: Update to 1.3.6.,
guix-commits <=
- 94/285: gnu: emacs-howm: Modify installation directory in site-lisp., guix-commits, 2019/12/29
- 124/285: gnu: qutebrowser: Add comment about tests., guix-commits, 2019/12/29
- 226/285: gnu: emacs-doom-themes: Update to 2.1.6-3., guix-commits, 2019/12/29
- 229/285: gnu: emacs-graphql: Adjust indentation., guix-commits, 2019/12/29
- 232/285: gnu: emacs-reformatter: Adjust indentation., guix-commits, 2019/12/29
- 230/285: gnu: emacs-haskell-mode: Adjust indentation., guix-commits, 2019/12/29
- 234/285: gnu: emacs-emms-mode-line-cycle: Adjust indentation., guix-commits, 2019/12/29
- 238/285: gnu: emacs-direnv: Adjust indentation., guix-commits, 2019/12/29
- 241/285: gnu: emacs-mmm-mode: Adjust indentation., guix-commits, 2019/12/29
- 236/285: gnu: emacs-autothemer: Adjust indentation., guix-commits, 2019/12/29