Skip to content

Commit

Permalink
fix the heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei committed Dec 4, 2024
1 parent 47f4028 commit 656049d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions topics/imaging/tutorials/omero-suite/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ making data fetching an easy task...
In this section, you will learn to integrate all the different tools to build a workflow for uploading
an images, metadata and ROIs into OMERO.
### Step 1 - Define the OMERO inputs
## Step 1 - Define the OMERO inputs
To make the workflow work, you need to define six inputs.
This will make this workflow reusable with different datasets.
Expand All @@ -294,7 +294,7 @@ This will make this workflow reusable with different datasets.
> *Annotation type*
{: .hands_on}
### Step 2 - OMERO Import
## Step 2 - OMERO Import
We now add the step for the image import
> <hands-on-title>Add the image upload step to the workflow</hands-on-title>
Expand All @@ -308,7 +308,7 @@ We now add the step for the image import
> input of {% icon tool %} **7: OMERO Image Import**.
{: .hands_on}
### Step 3 - Dynamically parse image IDs
## Step 3 - Dynamically parse image IDs
We need now a small series of steps to get the ID of the image we just upload into OMERO
This can be done with the following tool sequence:
Expand All @@ -326,7 +326,7 @@ This can be done with the following tool sequence:
We got the OMERO image ID! We can now use it as an input for next sequence of tools...
### Step 4 - Metadata and ROIs input
## Step 4 - Metadata and ROIs input
The last section is to upload metadata and ROIs
Expand Down

0 comments on commit 656049d

Please sign in to comment.