Open manics opened 10 years ago
So this seems like a great break down. I assume there are also some bin/omero config
required?
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.
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:
git clone
the scripts from the omero-pychrm repo.pip install -r requirements.txt
will install the wnd-charm/pychrm and OmeroPychrm modules