Skip to content

Commit

Permalink
Fix invalid pygenomeviz installation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Aug 4, 2023
1 parent bac5740 commit d07e24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN apt-get update && \
apt-get install -y mummer mmseqs2 progressivemauve

RUN pip install -U pip && \
pip install pygenomeviz[all] --no-cache-dir
pip install pygenomeviz[gui] --no-cache-dir

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion docs/gui-docs/pgv-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MUMmer and MMseqs are also required to enable the genome comparison functionalit

### Pip

pip install pygenomeviz[all]
pip install pygenomeviz[gui]

In Ubuntu22.04, MUMmer and MMseqs can be installed with apt command below.

Expand Down

0 comments on commit d07e24d

Please sign in to comment.