How to access the data
How to view and access the ome-ngff images?
The images that are converted to ome-ngff can be viewed by clicking the "view" button in the Viewable Images table. This opens a web page with image metadata and image displayed by embedded Vizarr viewer, with links to other ome-ngff compliant viewers.The "download" buttons on the dataset pages are to download the data in its original format, as explained in the next section. To download the ome-ngff images, you need to use an S3 client.
How to access data with the AWS client?
It is possible to access the datasets through any tool that can read from S3. We recommend using the AWS command line interface.The S3 uri of the ome-ngff images can be found by clicking on the “Copy S3 uri to clipboard” button on the image webpage.
The first part of the s3 uri, starting with https is the s3 endpoint, and the rest is the s3 path of the image. When run from the command line, this command lists the contents of the ome-ngff image folder:
aws --endpoint-url https://uk1s3.embassy.ebi.ac.uk s3 ls s3://bia-integrator-data/S-BIAD463/00cddbf9-1282-4a49-94d9-481b7a43cc0c/00cddbf9-1282-4a49-94d9-481b7a43cc0c.zarr/ --no-sign-request
The AWS client can also copy data from S3 to local storage. Detailed instructions for using this tool can be found in the AWS user guide.
How to download the original data?
Web DownloadIf you want to download any of the data files, you can do so by clicking the "download" button next to the file on the dataset page. This will download the original file in the format it was originally submitted to the BioImage Archive. If the file was submitted as part of a zip file or folder, the download button will trigger the download of the whole zip file or zipped folder.
You can also download multiple files or the whole dataset if you go to the original BioImage Archive page of the relevant submission. The link to the original submission of datasets are on the dataset page in the Study Information section.
FTP, Aspera, Globus
You can download the data in their original format using ftp, Aspera or Globus. The instructions on how to do it can be found here .