brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
https://brisvag.github.io/blik/
GNU General Public License v3.0
23 stars 8 forks source link

Added .rec extensions to whitelist #158

Closed rdrighetto closed 6 months ago

rdrighetto commented 6 months ago

Fixes #156

brisvag commented 6 months ago

Thanks! It can also be added below on the dispatch to the image writer below (I can't suggest through github cause it's too far from the current change). I wouldn't add to labels cause those are either masks or segmentations, and I doubt they should use the .rec extension.

I also added the same to cryohub, cause it needs to dispatch to the correct read function. So we should update the dependency here in pyproject.toml to the next version (I'll release soon, it will be 0.6.3).

brisvag commented 6 months ago

I pushed the dependency change as well to your branch, then we should be good to go!

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (31333c7) 42.94% compared to head (0b05218) 42.94%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ======================================= Coverage 42.94% 42.94% ======================================= Files 10 10 Lines 489 489 ======================================= Hits 210 210 Misses 279 279 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.