Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
New upstream version 0.0+git20190809.dde157a
· 9c83e55a
Andreas Tille
authored
Sep 02, 2019
9c83e55a
New upstream version 2.0.3+git20190809.dde157a
· 683e5a79
Andreas Tille
authored
Sep 02, 2019
683e5a79
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
683e5a79
...
...
@@ -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
;
\
...
...
README.md
View file @
683e5a79
...
...
@@ -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
...
...