Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #436 +/- ##
==========================================
+ Coverage 85.45% 85.48% +0.03%
==========================================
Files 13 13
Lines 1540 1654 +114
==========================================
+ Hits 1316 1414 +98
- Misses 224 240 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could definitely use some help under Should the CSVs support Also, some failure on HCS data: |
|
@joshmoore - Thanks. I fixed the help and handling of plates with no wells. Not sure what you mean by "Should the CSVs support file:///?" |
|
Nothing I tried previously got to a BFF screen -- I was trying to setup my own CSV. |
|
@joshmoore If you want to create your own CSV then you can open it in BFF using their File picker (CSV doesn't need to be served by a server). But |
|
Ok, with the caveat that the CSV above requires something to be serving those files on localhost (right?), the above works for me. I think though that'd I'd feel better about this if the current |
|
Phew - finally got codecov down to only Now, Similarly, |
👍 for this PR, but we could consider improving it as things evolve, e.g., could
👍
👍 (possible to start with the thumbnail view?) |
|
@joshmoore That should address the last comments:
|

With
$ ome_zarr view my_image.zarrwe can view a single zarr image (or plate etc) in the ome-ngff-validator by serving the image from a local python server.But this PR allows you to browse a collection of images in your local filesystem with:
This command will traverse your local filesystem, looking for zarr images (only
.zattrsfor now - can add zarr v3 support as a follow-up) and collect them into a CSV. This CSV is then served by the localhost python server and opened in BioFile Finder, allowing you to browse your local zarr images which are also served in the same way (and see thumbnails, copy URL etc).Then in Bio-File Finder, you can "Group By" > "Folders" and you'll get a "tree" of all your folders containing images.