Skip to content

Commit a584472

Browse files
authored
fix typos
1 parent 97d5871 commit a584472

File tree

1 file changed

+5
-5
lines changed
  • topics/community/tutorials/community-workflow-table

1 file changed

+5
-5
lines changed

topics/community/tutorials/community-workflow-table/tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ The pipeline creates a table with all the workflows associated to selected tags.
3333

3434
The generated community-specific table can be used as it and/or embedded, e.g. into the respective Galaxy Hub page or Galaxy subdomain.
3535

36-
The pipeline is **fully automated** and executes on a **weekly** basis. Any research community can apply the pipeline to create a table specific to their community.
36+
The pipeline is **fully automated** and executed on a **weekly** basis. Any research community can apply the pipeline to create a table specific to their community.
3737

38-
The aim is this tutorial is to create a workflow table for a community.
38+
The aim of this tutorial is to create a workflow table for a community.
3939

4040
> <agenda-title></agenda-title>
4141
>
@@ -78,22 +78,22 @@ You will then be able to remove workflows that are not relevant to your communit
7878
> 1. Go to your favorite public Galaxy instance.
7979
> 2. Go to the `Workflow` section
8080
> 3. Select `Public workflows` (for example: [Public workflows on the French instance](https://usegalaxy.fr/workflows/list_published))
81-
> 4. Browse for workflow that are releavnt to your community
81+
> 4. Browse for workflows that are relevant to your community
8282
> 5. Note the tags that are associated with workflows of interest
8383
{: .hands_on}
8484

8585
> <hands-on-title>Select workflows tags from the Workflow Hub</hands-on-title>
8686
>
8787
> 1. Go to [Workflow Hub](https://workflowhub.eu/)
88-
> 2. Browse for workflow that are releavnt to your community
88+
> 2. Browse for workflows that are relevant to your community
8989
> 3. Note the tags that are associated with workflows of interest (in the `tag` section on the left of the workflow page)
9090
{: .hands_on}
9191

9292
# Add the list relevant tags for your community in the workflow_tags file
9393

9494
> <hands-on-title>Add the relevant tags to the workflow_tags file</hands-on-title>
9595
> 1. Open or create a file named `workflow_tags` in your comunity metadata folder (`communities/<your community>/metadata/workflow_tags`)
96-
> 2. Add the name of the tags relevant to your community in the `workflow_tags` file you started above. The file is split in two sections : `Public`, which should inidcate the tags used on public Galaxy instances; and `workflowhub`, which inidcates the tags to use to select workflow on [Workflow Hub](https://workflowhub.eu/).
96+
> 2. Add the name of the tags relevant to your community in the `workflow_tags` file you started above. The file is split in two sections : `Public`, which should inidcate the tags used on public Galaxy instances; and `workflowhub`, which indicates the tags to use to select workflow on [Workflow Hub](https://workflowhub.eu/).
9797
>
9898
> For example:
9999
> ```

0 commit comments

Comments
 (0)