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

bin/omero import with Harmony datasets does not set plate acquisition date #3

Open
bholl opened this issue Sep 27, 2016 · 2 comments
Open

Comments

@bholl
Copy link

bholl commented Sep 27, 2016

When I'm importing a Harmony dataset with the modified bioformats libarary which fully supports the Harmony datasets now, the plate acquisition node in the Omero.Web client does not get the acquisition date and time which is available in the metadata of the plate acquisition. I remember seeing that it was correctly set when using the Insight.Importer, but when I use the bin/omero import command line tool, the acquisition is called Run 1, Run 101, or something similar.

@melissalinkert
Copy link
Member

I can confirm this behavior. The start time for the plate acquisition is set in the database, but OMERO.web requires that both the start and end time be set in order for the plate acquisition labels in the browsing tree to include the start time. A proposed fix for OMERO.web is forthcoming.

melissalinkert added a commit to melissalinkert/openmicroscopy that referenced this issue Sep 29, 2016
This adds an extra case to the logic for setting the plate acquisition
name in the tree in the left-hand panel.  If a start time (but not an
end time) was set, then the name will be the start time instead of "Run $id".

See glencoesoftware#3
@melissalinkert
Copy link
Member

Proposed fix now in: #4

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

No branches or pull requests

2 participants