From 9f1680828137298df66e3b00ed5d4ceb3013ce38 Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Wed, 23 Oct 2024 10:39:42 -0700 Subject: [PATCH] Add xlrd Adds the xlrd package which allows users to parse XLS files including the metadata files provided by GISAID for seasonal influenza sequences. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6cf66db..31a26a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -313,6 +313,7 @@ RUN if [[ "$TARGETPLATFORM" == linux/arm64 ]]; then \ fi RUN pip3 install pathogen-embed==3.0.0 +RUN pip3 install xlrd==2.0.1 # 2. Add unpinned programs