Skip to content

Commit

Permalink
Merge pull request #4992 from ElectronicBlueberry/tool-form-integrati…
Browse files Browse the repository at this point in the history
…on-news

Add Tool Form integration Article
  • Loading branch information
hexylena authored Jun 5, 2024
2 parents 3c8f065 + 2b5db41 commit d4e7792
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
{% include _includes/contributors-line.html page=page %}

{% for tag in page.tags %}
{% if tag != "already-on-hub" %}
<span class="label label-default tutorial_tag" id="{{ tag }}" style="{{ tag | colour_tag }}">{{ tag }}</span>
{% endif %}
{% endfor %}

<hr/>
Expand Down
32 changes: 32 additions & 0 deletions news/_posts/2024-06-04-tool-form-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Integrating the Galaxy Training Network into the Tool Form
layout: news
contributions:
authorship:
- ElectronicBlueberry
editing:
- dannon
infrastructure:
- ElectronicBlueberry
tags:
- gtn
- new feature
- already-on-hub
abbreviations:
GTN: Galaxy Training Network
cover: news/images/2024-06-04-tool-form-integration.png
coveralt: section in the Galaxy Tool Form titled "Tutorials" listing all 13 GTN tutorials which use the cat tool
---

For many tools in Galaxy, the GTN offers a variety of guides, practical examples, and help throughout it's many tutorials.
Often times when using a tool, such information can be very useful, but hard to discover.

Galaxy's new GTN Tool-Form integration helps with this, by connecting Galaxy to the GTN, and displaying all tutorials which make use of the tool you are currently using, directly inside to Tool Form!
This way it is easy to discover practical examples and guides for Tools, general and domain-specific.
The list of tutorials referencing a specific tool can either be viewed on the GTN, or browsed from within the Tool Form.

For an example check out the [Concatenate Datasets tool](https://usegalaxy.eu/?tool_id=cat1) hosted on the EU Galaxy server.

If this section does not appear on your Galaxy server, there may be no tutorials available for the tool you are currently using, or this feature may not be enabled.

The GTN integration doesn't need to use the official GTN. Configuration settings are available to allow it to link to an internal help site or wiki.
Binary file added news/images/2024-06-04-tool-form-integration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4e7792

Please sign in to comment.