From 49a265fc2391554f8cca989b79809654577d7452 Mon Sep 17 00:00:00 2001 From: Talon Chandler Date: Wed, 27 Sep 2023 15:31:30 -0700 Subject: [PATCH] < 100 MB --- recOrder/napari.yaml | 2 +- recOrder/scripts/samples.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recOrder/napari.yaml b/recOrder/napari.yaml index b7ccd7a6..dd9a59db 100644 --- a/recOrder/napari.yaml +++ b/recOrder/napari.yaml @@ -33,5 +33,5 @@ contributions: display_name: Polarization Target Reconstruction (10 MB) - command: recOrder-napari.zebrafish_embryo_reconstruction key: zebrafish-embryo-reconstruction - display_name: Zebrafish Embryo Reconstruction (460 MB) + display_name: Zebrafish Embryo Reconstruction (92 MB) diff --git a/recOrder/scripts/samples.py b/recOrder/scripts/samples.py index 40865a4f..db323c14 100644 --- a/recOrder/scripts/samples.py +++ b/recOrder/scripts/samples.py @@ -37,7 +37,7 @@ def download_and_unzip(data_type: Literal["target", "embryo"]) -> tuple[Path]: data_url = "https://zenodo.org/record/8280720/files/sample_contribution.zip?download=1" elif data_type == "embryo": data_dirpath = temp_dirpath / "sample_contribution_embryo" - data_size = "460 MB" + data_size = "92 MB" data_url = "" if not data_dirpath.with_suffix(".zip").exists():