mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: umi-tools: Remove python-setuptools as an input.
As this is provided by the build system. * gnu/packages/bioinformatics.scm (umi-tools)[inputs,native-inputs]: Remove python-setuptools.
This commit is contained in:
parent
e1e3fe0848
commit
5f9fe21d49
1 changed files with 2 additions and 4 deletions
|
@ -14673,16 +14673,14 @@ proximity within a reference genome.")
|
||||||
"08y3vz1vcx09whmbsn722lcs6jl9wyrh9i4p3k8j4cb1i32bij4a"))))
|
"08y3vz1vcx09whmbsn722lcs6jl9wyrh9i4p3k8j4cb1i32bij4a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-pandas" ,python-pandas)
|
||||||
("python-pandas" ,python-pandas)
|
|
||||||
("python-future" ,python-future)
|
("python-future" ,python-future)
|
||||||
("python-scipy" ,python-scipy)
|
("python-scipy" ,python-scipy)
|
||||||
("python-matplotlib" ,python-matplotlib)
|
("python-matplotlib" ,python-matplotlib)
|
||||||
("python-regex" ,python-regex)
|
("python-regex" ,python-regex)
|
||||||
("python-pysam" ,python-pysam)))
|
("python-pysam" ,python-pysam)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-cython" ,python-cython)))
|
||||||
("python-cython" ,python-cython)))
|
|
||||||
(home-page "https://github.com/CGATOxford/UMI-tools")
|
(home-page "https://github.com/CGATOxford/UMI-tools")
|
||||||
(synopsis "Tools for analyzing unique modular identifiers")
|
(synopsis "Tools for analyzing unique modular identifiers")
|
||||||
(description "This package provides tools for dealing with @dfn{Unique
|
(description "This package provides tools for dealing with @dfn{Unique
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue