Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample volumeEM datasets from the BIA #14

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

joshmoore
Copy link
Member

see: https://uk1s3.embassy.ebi.ac.uk/bia-integrator-data/pages/vem.html

Generated with the script:

echo "URL,Study"
for x in 10094 10310 10392 10442 10479 10553 10819 10967 10903 10311 11380;
do
    for k in $(mc ls uk1/bia-integrator-data/EMPIAR-${x}/ --json | jq -r '.url + .key');
    do
        echo ${k},EMPIAR-${x}
    done
done

cc: @will-moore @mrmh2

see: https://uk1s3.embassy.ebi.ac.uk/bia-integrator-data/pages/vem.html

Generated with the script:

```
echo "URL,Study"
for x in 10094 10310 10392 10442 10479 10553 10819 10967 10903 10311 11380;
do
    for k in $(mc ls uk1/bia-integrator-data/EMPIAR-${x}/ --json | jq -r '.url + .key');
    do
        echo ${k},EMPIAR-${x}
    done
done
```
@netlify
Copy link

netlify bot commented Jul 18, 2023

Deploy Preview for deft-vacherin-6c652f ready!

Name Link
🔨 Latest commit d8a525c
🔍 Latest deploy log https://app.netlify.com/sites/deft-vacherin-6c652f/deploys/64b717e78069c500087c81b3
😎 Deploy Preview https://deploy-preview-14--deft-vacherin-6c652f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

updated script:

```
echo "URL,Study"
for x in 10094 10310 10392 10442 10479 10553 10819 10967 10903 10311 11380;
do
    for k in $(mc ls uk1/bia-integrator-data/EMPIAR-${x}/ --json | jq -r '.url + .key + (.key | gsub("/";"")) + ".zarr"');
    do
        echo ${k},EMPIAR-${x}
    done
done
```
@joshmoore
Copy link
Member Author

@will-moore
Copy link
Member

The error at https://ome.github.io/ome-ngff-validator/?source=https://uk1s3.embassy.ebi.ac.uk/bia-integrator-data/EMPIAR-10903/IM2/IM2.zarr/0/ is a little cryptic, but I think it's failing because each axes item needs to have valid unit instead of null

@will-moore
Copy link
Member

@joshmoore See README at https://github.com/ome/ome-zarr-catalog for how to add extra columns, reading from "We can specify which columns from the following list to add"...

E.g. https://ome.github.io/ome-zarr-catalog/?csv=https://raw.githubusercontent.com/ome/ome-zarr-catalog/bia-empiar/public/bia_volume_em.csv&columns=Axes,Thumbnail,shape,chunks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants