Skip to content
Commits on Source (2)
......@@ -17,7 +17,7 @@ RUN apt-get update -qq; \
ENV DEBIAN_FRONTEND Teletype
# Install python dependencies
RUN pip3 install -U biopython tabulate cgecore==1.4.2;
RUN pip3 install -U biopython==1.73 tabulate cgecore==1.4.2;
# Install kma
RUN git clone --branch 1.0.1 --depth 1 https://bitbucket.org/genomicepidemiology/kma.git; \
......
......@@ -22,6 +22,7 @@ isolates of bacteria - at the moment only E. coli, Enterococcus, S. aureus and L
## Installation
Setting up VirulenceFinder program
**Warning:** Due to bugs in BioPython 1.74, if you are not using the Docker container, do not use that version if not using Python 3.7.
```bash
# Go to wanted location for virulencefinder
cd /path/to/some/dir
......