Skip to content

Commit 4420e26

Browse files
committed
Shift logging into omero part to intro
1 parent ebd54d4 commit 4420e26

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

docs/intro.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ This course will introduce the participants to the basics of bio-image analysis
1414
- Object Classification with Machine Learning using [napari-apoc](https://github.com/haesleinhuepf/napari-accelerated-pixel-and-object-classification) and [napari-clusters-plotter](https://github.com/BiAPoL/napari-clusters-plotter)
1515
- Reproducible image analysis with [napari](https://napari.org/stable/) and [omero](https://omero.org/) using [napari-apoc](https://github.com/haesleinhuepf/napari-accelerated-pixel-and-object-classification) and [napari-omero](https://github.com/tlambert03/napari-omero)
1616

17+
## Logging in to OMERO
18+
19+
1. Download the [OMERO Insight application](https://www.openmicroscopy.org/omero/downloads/) and install it on your computer. This application allows you to connect to the OMERO server and upload images (the web interface cannot be used to upload images).
20+
21+
2. Connect to the CMCB VPN if you are not already connected. You can find the instructions for this [here](https://intranet.crt-dresden.de/grav/it_department/faq_howto/remote-connectivity-vpn-sftp-ssh) (internal link, needs ZIH login to be accessed).
22+
23+
3. Open the OMERO Insight application, click on the wrench icon and add the following server address `omero-int.biotec.tu-dresden.de`. This is the address of the OMERO server you will be using during the course.
24+
25+
```{image} ./apoc_omero_1.png
26+
:alt: OMERO Insight
27+
:width: 300px
28+
:align: center
29+
```
30+
31+
Use your ZIH credentials to log in.
32+
1733
## Setting up the environment
1834

1935
To follow the course, you will need to have Python installed in your computer.

docs/napari_apoc_omero_workflow/workflow_creation.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@
22

33
## Logging into OMERO
44

5-
Download the [OMERO Insight application](https://www.openmicroscopy.org/omero/downloads/) and install it on your computer. This application allows you to connect to the OMERO server and upload images (the web interface cannot be used to upload images).
6-
7-
Connect to the CMCB VPN if you are not already connected. You can find the instructions for this [here](https://intranet.crt-dresden.de/grav/it_department/faq_howto/remote-connectivity-vpn-sftp-ssh) (internal link, needs ZIH login to be accessed).
8-
9-
Open the OMERO Insight application, click on the wrench icon and add the following server address `omero-int.biotec.tu-dresden.de`. This is the address of the OMERO server you will be using during the course.
10-
11-
```{image} ./apoc_omero_1.png
12-
:alt: OMERO Insight
13-
:width: 300px
14-
:align: center
15-
```
16-
17-
Use your ZIH credentials to log in.
18-
5+
Log in to the OMERO server using the OMERO Insight application. If you haven't installed it yet, please refer to the first page of this book.
196
Once you are logged in, you should see the following interface:
207

218
![](apoc_omero_2.png)

0 commit comments

Comments
 (0)