Skip to content

Commit 343f14b

Browse files
authored
fix typo (#188)
1 parent 5e62370 commit 343f14b

File tree

1 file changed

+3
-3
lines changed
  • distributional_graphormer/protein-ligand

1 file changed

+3
-3
lines changed

distributional_graphormer/protein-ligand/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Dataset should be extracted to the `dig/protein-ligand/src/dataset` directory.
1111
```bash
1212
cd dig/protein-ligand/src
1313
# download the dataset.tar file
14-
wget https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dataset.tar$SAS" -O dataset.tar
14+
wget "https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dataset.tar$SAS" -O dataset.tar
1515
tar -xvf dataset.tar
1616
```
1717

@@ -24,7 +24,7 @@ Checkpoint should be placed in the `dig/protein-ligand/src/saved_checkpoints` di
2424
```bash
2525
cd dig/protein-ligand/src
2626
# download the saved_checkpoints.tar file
27-
wget https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/saved_checkpoints.tar$SAS" -O saved_checkpoints.tar
27+
wget "https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/saved_checkpoints.tar$SAS" -O saved_checkpoints.tar
2828
tar -xvf saved_checkpoints.tar
2929
```
3030

@@ -75,7 +75,7 @@ We provide a Docker image with installed dependencies for running the scripts.
7575
To use the Docker image, follow these steps:
7676

7777
```bash
78-
wget https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dig-prolig-docker.tar$SAS" -O dig-prolig-docker.tar
78+
wget "https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dig-prolig-docker.tar$SAS" -O dig-prolig-docker.tar
7979
docker load < dig-prolig-docker.tar
8080
cd dig/protein-ligand/src
8181
docker run -it --gpus all --ipc=host -v $(pwd):/workspace dig/dig-prolig

0 commit comments

Comments
 (0)