mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
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>
This commit is contained in:
parent
c88c55d894
commit
a759a6f342
1 changed files with 6 additions and 5 deletions
|
@ -3341,30 +3341,31 @@ three prime UTR.")
|
||||||
(define-public python-pegasusio
|
(define-public python-pegasusio
|
||||||
(package
|
(package
|
||||||
(name "python-pegasusio")
|
(name "python-pegasusio")
|
||||||
(version "0.7.1")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pegasusio" version))
|
(uri (pypi-uri "pegasusio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gqygspdy398vjymdy6756jmk99s7fhwav9rivdx59kpqjcdxaz9"))))
|
"1vxi6z7jlznp7sgzlbjsl1dzf1h7ypinllnls0lb2773a8vavg5x"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; There are no tests.
|
;; There are no tests.
|
||||||
(arguments (list #:tests? #false))
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-anndata
|
(list python-anndata
|
||||||
|
python-cython
|
||||||
python-docopt
|
python-docopt
|
||||||
python-h5py
|
python-h5py
|
||||||
python-importlib-metadata
|
|
||||||
python-loompy
|
python-loompy
|
||||||
python-natsort
|
python-natsort
|
||||||
python-numpy
|
python-numpy
|
||||||
python-pandas
|
python-pandas
|
||||||
python-pillow
|
python-pillow
|
||||||
python-scipy
|
python-scipy
|
||||||
|
python-setuptools
|
||||||
python-zarr))
|
python-zarr))
|
||||||
(native-inputs (list python-cython python-setuptools-scm
|
(native-inputs (list python-cython python-setuptools python-setuptools-scm
|
||||||
python-setuptools python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/lilab-bcb/pegasusio")
|
(home-page "https://github.com/lilab-bcb/pegasusio")
|
||||||
(synopsis "Read or write single-cell genomics data")
|
(synopsis "Read or write single-cell genomics data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue