Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 641 Bytes

WISHLIST.md

File metadata and controls

12 lines (10 loc) · 641 Bytes

Wish list

ome-zarr-py

  • More concise way to find axes indices, currently: channel_index = [i for i, axis in enumerate(image_node.metadata['axes']) if axis['name'] == 'c'][0]
  • Find a proper way of writing extracted tabular feature data
    • for reference SpatialData should work for both HCS and WSI datasets
  • Find a proper way keeping crucial processing information, such as:
    • software version
    • software name
    • timestamp(?)
  • A official Nextflow support of in-place ome-zarr folder update :)