From ad33f5eba2e5510a8a9d78e89d91076a424d6f84 Mon Sep 17 00:00:00 2001 From: Fred Thomas Date: Thu, 27 Jul 2023 16:19:42 +0100 Subject: [PATCH] add wget --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index b03a5b88..71a41506 100644 --- a/environment.yml +++ b/environment.yml @@ -52,4 +52,5 @@ dependencies: - tabulate==0.8.10 # snakemake dependency with bug in 9.0.0, pin previous # https://github.com/snakemake/snakemake/issues/1891 - tqdm==4.62.3 # progress bars + - wget # file downloader - zenodo_get # data download client