You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/community/tutorials/community-workflow-table/tutorial.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ The pipeline creates a table with all the workflows associated to selected tags.
33
33
34
34
The generated community-specific table can be used as it and/or embedded, e.g. into the respective Galaxy Hub page or Galaxy subdomain.
35
35
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.
37
37
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.
39
39
40
40
> <agenda-title></agenda-title>
41
41
>
@@ -78,22 +78,22 @@ You will then be able to remove workflows that are not relevant to your communit
78
78
> 1. Go to your favorite public Galaxy instance.
79
79
> 2. Go to the `Workflow` section
80
80
> 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
82
82
> 5. Note the tags that are associated with workflows of interest
83
83
{: .hands_on}
84
84
85
85
> <hands-on-title>Select workflows tags from the Workflow Hub</hands-on-title>
86
86
>
87
87
> 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
89
89
> 3. Note the tags that are associated with workflows of interest (in the `tag` section on the left of the workflow page)
90
90
{: .hands_on}
91
91
92
92
# Add the list relevant tags for your community in the workflow_tags file
93
93
94
94
> <hands-on-title>Add the relevant tags to the workflow_tags file</hands-on-title>
95
95
> 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/).
0 commit comments