From 682775e72cdcf24e11d08da1aa9d71ca1dc557ff Mon Sep 17 00:00:00 2001 From: Kandarp Khandwala Date: Fri, 19 Jul 2024 15:33:45 -0700 Subject: [PATCH] docs: Clarifications in Run Download Options section (#872) 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! --- docs/cryoet_data_portal_docsite_data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cryoet_data_portal_docsite_data.md b/docs/cryoet_data_portal_docsite_data.md index fbffde05a..f0505199b 100644 --- a/docs/cryoet_data_portal_docsite_data.md +++ b/docs/cryoet_data_portal_docsite_data.md @@ -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