mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: porechop: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (porechop): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools, python-wheel, and python-pytest. Change-Id: I77444786f3e64591c2dc526fb030cecdbb30a3c1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c1b7cf51dc
commit
78039c3e61
1 changed files with 4 additions and 2 deletions
|
@ -20844,9 +20844,11 @@ and intra-cell population structure.\" Baron et al. Cell Systems (2016)
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05ps43gig0d3ia9x5lj84lb00hbsl6ba9n7y7jz927npxbr2ym23"))))
|
(base32 "05ps43gig0d3ia9x5lj84lb00hbsl6ba9n7y7jz927npxbr2ym23"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel python-pytest))
|
||||||
(home-page "https://github.com/rrwick/porechop")
|
(home-page "https://github.com/rrwick/porechop")
|
||||||
(synopsis "Finding, trimming or splitting adapters, in Oxford Nanopore reads")
|
(synopsis
|
||||||
|
"Finding, trimming or splitting adapters, in Oxford Nanopore reads")
|
||||||
(description
|
(description
|
||||||
"The porechop package is a tool for finding and removing adapters from Oxford
|
"The porechop package is a tool for finding and removing adapters from Oxford
|
||||||
Nanopore reads. Adapters on the ends of reads are trimmed off, and when a read
|
Nanopore reads. Adapters on the ends of reads are trimmed off, and when a read
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue