id summary reporter owner description type status priority milestone component resolution keywords cc rd_points sprint story_priority 1739 EM software integrated with OMERO wmoore wmoore "Investigate the options for using OMERO as the image repository for single particle analysis work-flows. This is a very ambitious task to do properly, and will probably require significant help from developers of the single-particle software. Current aim is to see whether a proof of principle is possible. Example workflows: * http://www.wadsworth.org/spider_doc/spider/docs/techs/recon/mr.html * http://people.chem.byu.edu/belnap/pft3dr/tutorial/tutorial.html * http://blake.bcm.edu/emanwiki/EMAN2/Tutorials Importantly, EMAN2 is written in Python, and SPIDER has some Python scripts (full bindings in development). The 2 main options are (as always): == Client-side software == E.g. Have SPIDER or EMAN2 running on the client. Adapt existing scripts to access data on OMERO. Shouldn't be too hard to do with individual scripts using small numbers of images. But when many large images are required, this becomes impracticable. == Server-side software == Use the OMERO scripting service to call Python functions in SPIDER or EMAN installed on the server. Scripts will still have to convert pixel data into the correct file type (temporary data duplication), but won't have to move data over the wire. == EMAN2 == Currently EMAN2 is looking like a good option for Python-based processing. Investigating early steps of Single-particle analysis, with server-side scripts called via the scripting service: These include: 1. Particle picking [http://trac.openmicroscopy.org.uk/omero/browser/trunk/components/tools/OmeroPy/scripts/EMAN2/boxer.py boxer.py] 1. Generating particle images from ROIs [http://trac.openmicroscopy.org.uk/omero/browser/trunk/components/tools/OmeroPy/scripts/EMAN2/imagesFromRois.py imagesFromRois.py] 1. CTF estimation and filtering " story closed major Unscheduled General duplicate