-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP - IDR add option to connect to private omero instance (#3278)
* option connect to private omero instance * increase version number * fix flake8 error * bump omero version, changed -s argument * fix flake8 error again L134 * add readme, validate username, and host * host validator * various fixes; updated channel in tests * error out if username/password is empty; various spelling fixes Co-authored-by: galaxy <[email protected]>
- Loading branch information
Showing
4 changed files
with
99 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## 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 | ||
``` |
This file contains 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
This file contains 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
Binary file not shown.