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

Ability to save simcheck results to file for automated processing. #33

Open
iandobbie opened this issue Feb 13, 2019 · 4 comments
Open

Comments

@iandobbie
Copy link
Member

We are hoping to automate more checks. Having simcheck automatically save the data in a machine parseable form would be very useful.

@juliomateoslangerak
Copy link

juliomateoslangerak commented Feb 13, 2019

I’ve been working on a python (jython) script to run simcheck on a full OMERO dataset.

As for now
-it gets the images from OMERO and pairs them (only tested on dv files)
-runs a choice of simcheck routines
-uploads the results back to the same dataset: resulting images and resulting metrics as key-value pairs.

It runs ok but needs:

  • code cleaning
  • testing on other file formats
  • saving pass/not pass results as keywords
  • option to choose a local directory to analyze and import after. That saves time as images are not downloaded.

I don’t know if this is the last version:

https://github.com/juliomateoslangerak/Omero-Imagej-Scripts.git

@juliomateoslangerak
Copy link

This is how it looks after. Of course all the numbers are accessible through OMERO's API
screenshot from 2019-02-14 09-48-11

@DeboraOlivier
Copy link

Hiya, having used the version from Ian https://github.com/iandobbie/Omero-Imagej-Scripts that works really well.
However, is it possible to save the log file somewhere on OMERO as an attachement to the image at all?

@juliomateoslangerak
Copy link

Hi,
happy you like it.
As it is now, all the measurements are saved as key-value pairs in OMERO on either the raw or the reconstructed images. That allows automated access through OMERO's API. That is in my eyes more convenient than a text file.
From OMERO version 5.5 you have advanced search features and you may request, for example, all the images that have more than 30% bleaching in channel 1:
C1 total intensity variation (%):[30 TO 100]
or a modulation contrast bellow 10 on any channel:
C? average feature MCNR:[0 TO 10]

Does this feel convenient to you?

What would be the use case where you want a text file attached to the images or dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants