ome / omero-wndcharm

Scripts for using Pychrm in OMERO
GNU General Public License v2.0
0 stars 2 forks source link

Improve installation procedure of wnd-chrm/pychrm/omero-pychrm #15

Open manics opened 10 years ago

manics commented 10 years ago

As I briefly mentioned on https://github.com/wnd-charm/wnd-charm/issues/3#issuecomment-32835701

Move scripts into a scripts repo, add a requirements file. The user installation procedure then becomes:

  1. git clone the scripts from the omero-pychrm repo.
  2. pip install -r requirements.txt will install the wnd-charm/pychrm and OmeroPychrm modules
joshmoore commented 10 years ago

So this seems like a great break down. I assume there are also some bin/omero config required?

manics commented 10 years ago

Not at present- everything is done via scripts. Longer term it would be nice to have a web-app for running feature calculation, training and predicting, and visualising the results e.g. a nice way of displaying marginal probabilities.