Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ 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 biopython
# Install MUSCLE
#
RUN mkdir -p /kb/module/muscle/bin && \
Expand Down
1 change: 1 addition & 0 deletions lib/kb_phylogenomics/kb_phylogenomicsImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import uuid
import random
import subprocess
from Bio import SeqIO

from datetime import datetime
from pprint import pformat,pprint
Expand Down
Loading