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>
This commit is contained in:
Kjartan Oli Agustsson 2025-06-18 03:12:04 +00:00 committed by Sharlatan Hellseher
parent 18d5c62c6a
commit 3bb992a357
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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