GNU bug report logs - #61382
[PATCH 1/2] gnu: Add python-scrublet.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Thu, 9 Feb 2023 08:13:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#61382: closed ([PATCH 1/2] gnu: Add python-scrublet.)
Date: Thu, 09 Feb 2023 08:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61382: [PATCH 1/2] gnu: Add python-scrublet.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61382 <at> debbugs.gnu.org.

-- 
61382: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61382
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 61382-done <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add python-scrublet.
Date: Thu, 09 Feb 2023 09:38:59 +0100
Applied with minor changes.  Thank you!

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH 1/2] gnu: Add python-scrublet.
Date: Thu, 9 Feb 2023 09:12:34 +0100
* gnu/packages/bioinformatics.scm (python-scrublet): New variable.
---
 gnu/packages/bioinformatics.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 969b978054..05a078b0b0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3459,6 +3459,32 @@ (define-public python-scikit-bio
 resources for bioinformatics.")
     (license license:bsd-3)))
 
+(define-public python-scrublet
+  (package
+    (name "python-scrublet")
+    (version "0.2.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "scrublet" version))
+              (sha256
+               (base32
+                "0fk5pwk12yz9wpvwkl6j2l2g28f3x35b9r9n5bw6f0i9f0qgd191"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-annoy
+                             python-cython
+                             python-matplotlib
+                             python-numba
+                             python-numpy
+                             python-pandas
+                             python-scikit-image
+                             python-scikit-learn
+                             python-scipy
+                             python-umap-learn))
+    (home-page "https://github.com/swolock/scrublet")
+    (synopsis "single-cell tool to indentify and remove doublets")
+    (description "Tool for identifying and removing doublets in single-cell RNA-seq data.")
+    (license license:expat)))
+
 (define-public cwltool
   (package
     (name "cwltool")
-- 
2.34.1




This bug report was last modified 2 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.