unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 61230@debbugs.gnu.org
Subject: [bug#61230] [PATCH 1/2] gnu: Add python-pegasusio.
Date: Thu, 2 Feb 2023 17:00:22 +0100	[thread overview]
Message-ID: <20230202160023.45975-1-navid.afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2023-02-02 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 16:00 Navid Afkhami [this message]
2023-02-02 16:00 ` [bug#61229] [PATCH 2/2] gnu: Add python-demuxem Navid Afkhami
2023-02-02 23:25   ` bug#61229: " Ricardo Wurmus
2023-02-02 23:25 ` bug#61230: [PATCH 1/2] gnu: Add python-pegasusio Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230202160023.45975-1-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=61230@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).