We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaa584 commit 68805b2Copy full SHA for 68805b2
Dockerfile
@@ -9,7 +9,7 @@ RUN pip install -U pip && \
9
pip install pygenomeviz[gui] --no-cache-dir
10
11
# Download example dataset in advance
12
-RUN pgv-download enterobacteria_phage --cache_only && \
+RUN pgv-download yersinia_phage --cache_only && \
13
pgv-download mycoplasma_mycoides --cache_only
14
15
CMD ["/bin/bash"]
0 commit comments