Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DATASET.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ gdm_materials_discovery
There are two main options for downloading the dataset to a local directory.

* **Command line:** the command line interface can be used to directly
download structures from the public bucket via a command of the form `gsutil
-m cp -r gs://gdm_materials_discovery/ data/`. The `gsutil` command can be
download structures from the public bucket via a command of the form `gcloud
storage cp --recursive gs://gdm_materials_discovery/ data/`. The `gcloud storage` command can be
installed following the
[Google Cloud CLI install instructions](https://cloud.google.com/sdk/docs/install).
* **Python script:** Helper scripts have also been provided, which can be run
Expand Down