Skip to content

Commit 070611e

Browse files
authored
Update README.md to mention requesting data access
1 parent a4fea97 commit 070611e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ Run fast unit tests using simulated data:
9797
poetry run pytest -v tests/anoph
9898
```
9999

100-
To run legacy tests which read data from GCS, you'll need to [install the Google Cloud CLI](https://cloud.google.com/sdk/docs/install). E.g., if on Linux:
100+
To run legacy tests which read data from GCS, you'll need to [request access to MalariaGEN data on GCS](https://malariagen.github.io/vector-data/vobs/vobs-data-access.html).
101+
102+
Once access has been granted, [install the Google Cloud CLI](https://cloud.google.com/sdk/docs/install). E.g., if on Linux:
101103

102104
```bash
103105
./install_gcloud.sh

0 commit comments

Comments
 (0)