mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: tbsp: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (tbsp): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6d454d95050862378b7f06c09a42994efd9875a6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
abeb7cd9fa
commit
8ed2fcd5aa
@@ -22353,7 +22353,7 @@ and reflect the fast5 file schema, and tools to convert between
|
||||
(sha256
|
||||
(base32
|
||||
"1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no tests included
|
||||
#:phases
|
||||
@@ -22370,6 +22370,9 @@ and reflect the fast5 file schema, and tools to convert between
|
||||
python-biopython-1.73
|
||||
python-scikit-learn
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/phoenixding/tbsp/")
|
||||
(synopsis "SNP-based trajectory inference")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user