Skip to content

Commit

Permalink
docs: Clarifications in Run Download Options section (#872)
Browse files Browse the repository at this point in the history
I was reading the section and thought of some clarifications, for
example: there's no "Download Run" button, but a "Download ..." button.
Feel free to consider these as suggestions and tweak as appropriate!
  • Loading branch information
kandarpksk authored Jul 19, 2024
1 parent 6a38f11 commit 682775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cryoet_data_portal_docsite_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ The table on a Run Overview page contains an overview of the annotations for the

### Run Download Options

The `Download Run` button opens a dialog with instructions for downloading tomograms or all annotations. Tomograms can be downloaded directly in the browser as MRC or OME-Zarr files following selection of which tomogram to download based on the tomogram sampling and processing. The All Annotations option provides instructions on using [Amazon Web Services Command Line Interface](./cryoet_data_portal_docsite_aws.md) or the [Portal API](./python-api.rst) to download.
The `Download ...` button on the Run Overview page opens a dialog for downloading tomograms or instructions for downloading all annotations or all run data. Individual tomograms can be downloaded directly in the browser as MRC or OME-Zarr files following selection of which tomogram to download based on the tomogram sampling and processing. The All Annotations option provides instructions on using [Amazon Web Services Command Line Interface](./cryoet_data_portal_docsite_aws.md) or the [Portal API](./python-api.rst) to download.

You can also use the Portal API to download all run data as a folder. For example, to download all run data for Run ID 645 into your current working directory, use the below code snippet:
You can also use the Portal API to download all run data as a folder using the Run ID in the download dialog or in the header on the Run Overview page. For example, to download all run data for Run ID 645 into your current working directory, use the below code snippet:

```python
from cryoet_data_portal import Client, Run
Expand Down

0 comments on commit 682775e

Please sign in to comment.