mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-vireosnp: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-vireosnp): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Id49911001b3672402a17f0902a7e5a565168ab61 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
002d6e4109
commit
b7ec773e5a
1 changed files with 4 additions and 1 deletions
|
@ -25006,8 +25006,11 @@ interest.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d"))))
|
"02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-matplotlib python-numpy python-scipy))
|
(propagated-inputs (list python-matplotlib python-numpy python-scipy))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/huangyh09/vireoSNP")
|
(home-page "https://github.com/huangyh09/vireoSNP")
|
||||||
(synopsis "Deconvolution based on SNP for multiplexed scRNA-seq data")
|
(synopsis "Deconvolution based on SNP for multiplexed scRNA-seq data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue