Skip to content
Merged

Typo #265

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pip install ete3==3.1.2 PyQt5==5.11.3 numpy==1.23.1
# Install MatPlotLib
RUN pip install matplotlib==3.5.2
# Install Bio
RUN pip install biopythong
RUN pip install biopython
# Install MUSCLE
#
RUN mkdir -p /kb/module/muscle/bin && \
Expand Down
Loading