~ruther/guix-local

9aff205c4f0c7498194a22764a5b183f58a19500 — Kjartan Oli Agustsson 1 year, 14 days ago 15c4134
gnu: python-slamdunk: Use pyproject-build-system.

* gnu/packages/bioinformatics.scm (python-slamdunk): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -2
@@ 11902,7 11902,7 @@ sequence itself can be retrieved from these databases.")
       (sha256
        (base32
         "0lv3h5k2pn1pz35kz0wk5xmricxzy8qscs2y7nwh0k6x4pn0m0s5"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (propagated-inputs
     (list python-biopython
           python-intervaltree


@@ 11911,7 11911,10 @@ sequence itself can be retrieved from these databases.")
           python-pybedtools
           python-pysam))
    (native-inputs
     (list python-cython python-pytest))
     (list python-cython
           python-pytest
           python-setuptools
           python-wheel))
    (home-page "https://t-neumann.github.io/slamdunk/")
    (synopsis "Streamline SLAM-seq analysis with high sensitivity")
    (description "SlamDunk is a fully automated tool for automated, robust,