Skip to content

Commit 68805b2

Browse files
committedMay 20, 2024
Change pre-download target in Dockerfile
- `enterobacteria_phage` -> `yersinia_phage`
1 parent cdaa584 commit 68805b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip install -U pip && \
99
pip install pygenomeviz[gui] --no-cache-dir
1010

1111
# Download example dataset in advance
12-
RUN pgv-download enterobacteria_phage --cache_only && \
12+
RUN pgv-download yersinia_phage --cache_only && \
1313
pgv-download mycoplasma_mycoides --cache_only
1414

1515
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)
Please sign in to comment.