-
Notifications
You must be signed in to change notification settings - Fork 4
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
Container key values #77
Conversation
@khaledk2 have you considered passing multiple containers name e.g. |
It searches using the |
yes but it will also contain idr0036 etc. which is potentially more that one will need. |
48bb411
to
127c4f4
Compare
This PR has been deployed in |
Thanks |
Using this PR to retrieve gene identifier associated to a given study. |
CSV export option is now available in The following example is to export a CSV file for the available values for the This example is to export a CSV file for the available keys inside container |
omero_search_engine/api/v1/resources/swagger_docs/container_keys.yml
Outdated
Show resolved
Hide resolved
omero_search_engine/api/v1/resources/swagger_docs/container_keyvalues.yml
Outdated
Show resolved
Hide resolved
omero_search_engine/api/v1/resources/swagger_docs/container_keyvalues.yml
Outdated
Show resolved
Hide resolved
I fixed that and pushed the changes. |
typo in file name |
@jburel I have fixed the file name typo. |
@jburel do you have any other comments? |
Sorry for the delay |
Container key values
This PR adds two ends points:
container_keyvalues
: This will return all the available values for a key in a container, the user should provide the key and the container name, for example, to return the saved values for acell line
in containerid0034
, the following should be used:https://idr-testing.openmicroscopy.org/searchengine/api/v1/resources/image/container_keyvalues/?container_name=idr0034&key=cell line
This is the returned results:
container_keys
, this endpoint will return the available attributes with a container, for example, to return the available attributes for theidr0034
container, this should be used:https://idr-testing.openmicroscopy.org/searchengine/api/v1/resources/image/container_keys/?container_name=idr0034
This is the returned results: