Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtyi committed Jan 6, 2025
1 parent 89c6283 commit 76097bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
conda config --add channels defaults && \
conda config --add channels bioconda && \
conda config --add channels conda-forge
# git clone -b v1.3 --recursive /~https://github.com/HKU-BAL/ClusterV.git
# git clone --recursive /~https://github.com/HKU-BAL/ClusterV.git

COPY . .

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker run -it \

```
# get ClusterV code
git clone -b v1.3 --recursive /~https://github.com/HKU-BAL/ClusterV.git
git clone --recursive /~https://github.com/HKU-BAL/ClusterV.git
# if you see nothing in the Clair3 folder, please run:
# git submodule update --init --recursive
cd ClusterV
Expand Down Expand Up @@ -112,7 +112,7 @@ Building a docker image.

```
# clone ClusterV
git clone -b v1.3 --recursive /~https://github.com/HKU-BAL/ClusterV.git
git clone --recursive /~https://github.com/HKU-BAL/ClusterV.git
cd ClusterV
# build a docker image named hkubal/ClusterV:latest
Expand Down

0 comments on commit 76097bc

Please sign in to comment.