diff options
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b22d2ffb57..f1d44d870a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3285,8 +3285,14 @@ the managed genomes, STAR indexing and mapping and more.") (("==") ">="))))))) (propagated-inputs (list python-htsget python-psutil python-requests python-tqdm python-urllib3)) - (native-inputs (list python-coverage python-pytest python-pyfakefs - python-responses python-mock)) + (native-inputs + (list python-coverage + python-mock + python-pyfakefs + python-pytest + python-responses + python-setuptools + python-wheel)) (home-page "https://github.com/EGA-archive/ega-download-client") (synopsis "EGA download client") (description "PyEGA3 is a tool for viewing and downloading files from |