Skip to content
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

Add Dataset_ID param to export script #296

Closed
wants to merge 2 commits into from

Conversation

will-moore
Copy link
Member

@will-moore will-moore commented Jun 5, 2018

When exporting a Figure as a new Image in OMERO, this allows us to choose
a Dataset to add the new Image to (instead of using the same Dataset that images in the figure are in).
This isn't supported in the UI yet.

To test:

  • This can be tested in the Script menu...
  • Open a Figure to export and File -> Export as JSON.
  • Select All and Copy the JSON.
  • Go to webclient, Run Script -> Figure scripts -> Figure to Pdf
    • Paste the JSON in first field
    • Select Export Option: "OMERO"
    • Enter a Dataset ID
    • Enter a URL in Webclient URI: e.g.http://localhost
  • Run Script... Figure should be exported as new Image in the Dataset specified.
  • When run without Dataset ID specified, new Image should be put into Dataset from an Image in the figure.

cc @jstitlow

@jstitlow
Copy link

jstitlow commented Jun 5, 2018 via email

@jstitlow
Copy link

jstitlow commented Jun 5, 2018 via email

@will-moore
Copy link
Member Author

@jstitlow Apologies for dropping this... Is this feature still useful to you?

@jstitlow
Copy link

jstitlow commented Sep 24, 2018 via email

@will-moore
Copy link
Member Author

@jstitlow Currently there's no support in the released script for specifying a Dataset_ID as a script parameter. The current behaviour is to use the Dataset of the first Image in the figure, and this remains the default in this PR if no Dataset_ID is specified.

@will-moore will-moore closed this Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants