Skip to content

Commit

Permalink
fix typo (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkakamilan authored May 28, 2024
1 parent 5e62370 commit 343f14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributional_graphormer/protein-ligand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Dataset should be extracted to the `dig/protein-ligand/src/dataset` directory.
```bash
cd dig/protein-ligand/src
# download the dataset.tar file
wget https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dataset.tar$SAS" -O dataset.tar
wget "https://ai4scienceasiaedp.blob.core.windows.net/dig/dig/protein-ligand/dataset.tar$SAS" -O dataset.tar
tar -xvf dataset.tar
```

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

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

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

0 comments on commit 343f14b

Please sign in to comment.