Configuration file for controlling display of bulk-annotations#4062
Closed
manics wants to merge 15 commits intoome:metadatafrom
Closed
Configuration file for controlling display of bulk-annotations#4062manics wants to merge 15 commits intoome:metadatafrom
manics wants to merge 15 commits intoome:metadatafrom
Conversation
This was referenced Aug 20, 2015
Member
There was a problem hiding this comment.
(venv)[jamoore@ome-c6220-1-2 omero]$ ./OMERO-CURRENT/bin/omero metadata -h
Error loading: /opt/omero/OMERO-CURRENT/lib/python/omero/plugins/metadata.py
Traceback (most recent call last):
File "/opt/omero/OMERO-CURRENT/lib/python/omero/cli.py", line 1367, in loadpath
execfile(str(pathobj), loc)
File "/opt/omero/OMERO-CURRENT/lib/python/omero/plugins/metadata.py", line 21, in <module>
from omero.util import populate_metadata, populate_roi
File "/opt/omero/OMERO-CURRENT/lib/python/omero/util/populate_metadata.py", line 46, in <module>
from omero.util.metadata_utils import KeyValueListPassThrough
File "/opt/omero/OMERO-CURRENT/lib/python/omero/util/metadata_utils.py", line 38
REQUIRED = {"name"}
^
SyntaxError: invalid syntax
excluding
Member
Author
There was a problem hiding this comment.
That'll be python 2.6... I'll fix
Member
Author
|
Should be Python 2.6 compliant now |
Merged
Member
Author
|
@joshmoore should I make |
Member
|
Re-included. Considering the impact (and until we are sure we always have a |
--ns for filtering by namespace --nsre for filtering by a namespace regular expression
Sooner or later you just know someone's going to put 1000+ annotations on a single object. Since the underlying BlitzGateway listAnnotations() method already returns a generator we might as well continue to use it instead of loading all annotations into memory at once.
6da76b3 to
71291e9
Compare
Member
Author
|
rebased & force pushed |
Member
Author
|
Closing, see #4240 instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not ready for review yet. This is on top of #4037
I'm opening this so it can hopefully get into the build for initial testing
This adds a new
PyYAMLPython requirement.--on-hold