mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
18d5c62c6a
commit
3bb992a357
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue