# HG changeset patch # User ufz # Date 1722278965 0 # Node ID b3d29ef12aedf921251a8b5e5b40bdcd49314dbd planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/omero/omero_basic_upload commit 5497619aeb0dbc1e4313e6a10752ef220e7950c1 diff -r 000000000000 -r b3d29ef12aed README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Jul 29 18:49:25 2024 +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 diff -r 000000000000 -r b3d29ef12aed omero_import.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omero_import.xml Mon Jul 29 18:49:25 2024 +0000 @@ -0,0 +1,77 @@ + + with omero-py + + 5.18.0 + 0 + + + omero + + + omero-py + + openjdk + + $log && + + omero logout + ]]> + + + + + ^[a-zA-Z0-9._-]*$ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - This tool allows the import of images into a user-defined OMERO server + + - The user can define an existing dataset name where the images will be imported + + - If the dataset does not exist, a new one will be created + + + 10.1038/nmeth.1896 + + diff -r 000000000000 -r b3d29ef12aed test-data/input1.tif Binary file test-data/input1.tif has changed diff -r 000000000000 -r b3d29ef12aed test-data/input2.tif Binary file test-data/input2.tif has changed diff -r 000000000000 -r b3d29ef12aed test-data/omero_output.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/omero_output.txt Mon Jul 29 18:49:25 2024 +0000 @@ -0,0 +1,2 @@ +Image:1 +Image:2