ome / omero-downloader

An OMERO client for downloading data in bulk from the server.
https://www.openmicroscopy.org/omero/apps/
GNU General Public License v2.0
4 stars 5 forks source link

add implementation notes #15

Closed mtbc closed 5 years ago

mtbc commented 5 years ago

see https://github.com/mtbc/omero-downloader/blob/overview/IMPLEMENTATION.md

pwalczysko commented 5 years ago

The code's focus on top-level OME Model units is too pervasive. For example, one may need to export annotations that are on channels.

and

The input and output of metadata has incomplete coverage. For example, try importing or exporting OME-XML datasets using OMERO code.

I think it is quite important to capture annotations which are directly on Projects, Datasets and Screen/Plates/Wells. Is it captured by this strategy ? Maybe this point could be more explicit

mtbc commented 5 years ago

Yes, annotations on datasets can be exported with the current code.

mtbc commented 5 years ago

Moving this markdown file to be a Javadoc overview page would make links much easier for even offline use: created https://trello.com/c/N7Y3Dajl/62-overview-page-for-implementation accordingly.