Skip to content

Commit

Permalink
Add xlrd
Browse files Browse the repository at this point in the history
Adds the xlrd package which allows users to parse XLS files including
the metadata files provided by GISAID for seasonal influenza sequences.
  • Loading branch information
huddlej committed Oct 23, 2024
1 parent 0acdc79 commit 9f16808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f16808

Please sign in to comment.