diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-05 18:26:30 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-05 18:35:42 +0200 |
commit | 5f9fe21d49fb976e63c93e981abe9304a7bbfcdc (patch) | |
tree | 88c538b866a5a4f512f04b11ebf73dd28eebef2c | |
parent | e1e3fe08480868f960eea3ec1584c0c12b022e25 (diff) | |
download | patches-5f9fe21d49fb976e63c93e981abe9304a7bbfcdc.tar patches-5f9fe21d49fb976e63c93e981abe9304a7bbfcdc.tar.gz |
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.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f976cad22f..2ff5f2c948 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14673,16 +14673,14 @@ proximity within a reference genome.") "08y3vz1vcx09whmbsn722lcs6jl9wyrh9i4p3k8j4cb1i32bij4a")))) (build-system python-build-system) (inputs - `(("python-setuptools" ,python-setuptools) - ("python-pandas" ,python-pandas) + `(("python-pandas" ,python-pandas) ("python-future" ,python-future) ("python-scipy" ,python-scipy) ("python-matplotlib" ,python-matplotlib) ("python-regex" ,python-regex) ("python-pysam" ,python-pysam))) (native-inputs - `(("python-setuptools" ,python-setuptools) - ("python-cython" ,python-cython))) + `(("python-cython" ,python-cython))) (home-page "https://github.com/CGATOxford/UMI-tools") (synopsis "Tools for analyzing unique modular identifiers") (description "This package provides tools for dealing with @dfn{Unique |