diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-25 08:56:46 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:21 +0200 |
| commit | a759a6f3420329f29c6bcc554e619be2c27393fb (patch) | |
| tree | f1aa1a7a6b03a2536f9c9199aeadb5a9d79f11db | |
| parent | c88c55d89413c63ddb37e5c3bdb61daaff88c49c (diff) | |
gnu: python-pegasusio: Update to 0.9.1.
* gnu/packages/bioinformatics.scm (python-pegasusio): Update to 0.9.1.
[propagated-inputs]: Add python-cython, python-setuptools. Remove
python-importlib-metadata.
[native-inputs]: Styling from guix style.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 04ab818664..f93902b246 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3341,30 +3341,31 @@ three prime UTR.") (define-public python-pegasusio (package (name "python-pegasusio") - (version "0.7.1") + (version "0.9.1") (source (origin (method url-fetch) (uri (pypi-uri "pegasusio" version)) (sha256 (base32 - "0gqygspdy398vjymdy6756jmk99s7fhwav9rivdx59kpqjcdxaz9")))) + "1vxi6z7jlznp7sgzlbjsl1dzf1h7ypinllnls0lb2773a8vavg5x")))) (build-system pyproject-build-system) ;; There are no tests. (arguments (list #:tests? #false)) (propagated-inputs (list python-anndata + python-cython python-docopt python-h5py - python-importlib-metadata python-loompy python-natsort python-numpy python-pandas python-pillow python-scipy + python-setuptools python-zarr)) - (native-inputs (list python-cython python-setuptools-scm - python-setuptools python-wheel)) + (native-inputs (list python-cython python-setuptools python-setuptools-scm + python-wheel)) (home-page "https://github.com/lilab-bcb/pegasusio") (synopsis "Read or write single-cell genomics data") (description |
