~ruther/guix-local

18d5c62c6ae4d15bad8ed2aac0960b40812da5ba — Kjartan Oli Agustsson 1 year, 12 days ago b7ec773
gnu: python-vireosnp: Run guix style

* gnu/packages/bioinformatics.scm (python-vireosnp): Run guix style.

Change-Id: I301322fbfa45b3ef7cb1c82eadc60aa1de33d442
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 7 insertions(+), 9 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +7 -9
@@ 25000,17 25000,15 @@ interest.")
  (package
    (name "python-vireosnp")
    (version "0.5.7")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "vireoSNP" version))
              (sha256
               (base32
                "02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d"))))
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "vireoSNP" version))
       (sha256
        (base32 "02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-matplotlib python-numpy python-scipy))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/huangyh09/vireoSNP")
    (synopsis "Deconvolution based on SNP for multiplexed scRNA-seq data")
    (description