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

Previous Next

Package: guix-patches;

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

Date: Thu, 2 Feb 2023 16:01:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61230 in the body.
You can then email your comments to 61230 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61230; Package guix-patches. (Thu, 02 Feb 2023 16:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 02 Feb 2023 16:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH 1/2] gnu: Add python-pegasusio.
Date: Thu, 2 Feb 2023 17:00:22 +0100
* gnu/packages/bioinformatics.scm (python-pegasusio): New variable.
---
 gnu/packages/bioinformatics.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 714db27c16..6caf0e4cfa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1136,6 +1136,36 @@ (define-public python-htsget
 servers supporting the protocol.")
    (license license:asl2.0)))
 
+(define-public python-pegasusio
+  (package
+    (name "python-pegasusio")
+    (version "0.7.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pegasusio" version))
+              (sha256
+               (base32
+                "0gqygspdy398vjymdy6756jmk99s7fhwav9rivdx59kpqjcdxaz9"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-anndata
+                             python-docopt
+                             python-h5py
+                             python-importlib-metadata
+                             python-loompy
+                             python-natsort
+                             python-numpy
+                             python-pandas
+                             python-pillow
+                             python-scipy
+                             python-zarr))
+    (native-inputs (list python-cython python-setuptools-scm))
+    (home-page "https://github.com/lilab-bcb/pegasusio")
+    (synopsis
+     "Pegasusio is a Python package for reading or writing single-cell genomics data")
+    (description
+     "Pegasusio is a Python package for reading or writing single-cell genomics data.")
+    (license license:bsd-3)))
+
 (define-public python-phylophlan
   (package
     (name "python-phylophlan")
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 02 Feb 2023 23:27:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Thu, 02 Feb 2023 23:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 61230-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 61230-done <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add python-pegasusio.
Date: Fri, 03 Feb 2023 00:25:56 +0100
Applied, thank you!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 03 Mar 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 66 days ago.

Previous Next


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