~ruther/guix-local

3bb992a3570d1460f487e0eb981a3665d9f7455a — Kjartan Oli Agustsson 1 year, 13 days ago 18d5c62
gnu: stpipeline: Use pyproject-build-system.

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

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -1
@@ 11966,7 11966,7 @@ for Spatial Transcriptomics data.")
              (sha256
               (base32
                "0har2g42fvaqpiz66lincy86aj1hvwzds26kxhxfamvyvv4721wk"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list
      #:phases


@@ 11992,6 11992,9 @@ for Spatial Transcriptomics data.")
           python-taggd
           samtools
           star))
    (native-inputs
     (list python-setuptools
           python-wheel))
    (home-page "https://github.com/SpatialTranscriptomicsResearch/st_pipeline")
    (synopsis "Pipeline for spatial mapping of unique transcripts")
    (description