Mercurial > repos > ufz > omero_get_value
diff README.md @ 0:b3320a1f2120 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero commit 54b50795912de3f2508cfcfc6911d71a94b34c56
| author | ufz |
|---|---|
| date | Mon, 17 Feb 2025 11:41:46 +0000 |
| parents | |
| children | 6ae415d8821c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Feb 17 11:41:46 2025 +0000 @@ -0,0 +1,19 @@ +# OMERO import images + +## Set up user credentials on Galaxy to connect to other omero instance + +To enable users to set their credentials for this tool, +make sure the file `config/user_preferences_extra.yml` has the following section: + +``` + omero_account: + description: Your OMERO instance connection credentials + inputs: + - name: username + label: Username + type: text + required: False + - name: password + label: Password + type: password + required: False \ No newline at end of file
