+
+

{{ topic.title }}

+

{{ topic.summary }}

+ {% if topic.requirements %} +

Requirements

Before diving into this topic, we recommend you to have a look at:

- {% endif %} - - -

Material

- - - - - - - - {% if topic.type != "admin-dev" %} - - - {% endif %} - - - {% for material in topic.material %} - {% if material.enable != "false" %} - - - - {% if material.type == "introduction" %} - - - {% if topic.type != "admin-dev" %} + {% endif %} + +

Material

+
LessonHands-onSlidesInput datasetGalaxy tour
{{ material.title }} - {% if material.slides == "yes" %} - :mortar_board: - {% endif %} -
+ + + + + + {% if topic.type != "admin-dev" %} + + + {% endif %} + + + {% for material in topic.material %} + {% if material.enable != "false" %} + + + + {% if material.type == "introduction" %} - - {% endif %} - - {% elsif material.type == "tutorial" %} - - - + {% if topic.type != "admin-dev" %} + + {% endif %} - - - {% if topic.type != "admin-dev" %} + {% elsif material.type == "tutorial" %} - {% endif %} - {% endif %} - - {% endif %} - {% endfor %} -
LessonHands-onSlidesInput datasetGalaxy tour
{{ material.title }} - {% if material.hands_on == "external" %} - :link: - {% elsif material.hands_on == "yes" %} - :book: - {% elsif material.hands_on == "github" %} - :book: - {% endif %} - - {% if material.slides == "yes" %} - :mortar_board: + + {% if material.slides == "yes" %} + + {% icon slides %} + + {% endif %} + - {% if material.zenodo_link != "" %} - :open_file_folder: + {% if material.hands_on == "external" %} + + {% icon tutorial %} + + {% elsif material.hands_on == "yes" %} + + {% icon tutorial %} + + {% elsif material.hands_on == "github" %} + + {% icon tutorial %} + {% endif %} - {% if material.galaxy_tour != "" %} - :eyes: + {% if material.slides == "yes" %} + + {% icon slides %} + {% endif %}
- {% if topic.docker_image %} - -

Galaxy instance

+ {% if topic.type != "admin-dev" %} + + {% if material.zenodo_link != "" %} + + {% icon zenodo_link %} + + {% endif %} + + + {% if material.galaxy_tour != "" %} + + {% icon interactive_tour %} + + {% endif %} + + {% endif %} + {% endif %} + + {% endif %} + {% endfor %} + + {% if topic.docker_image %} +

Galaxy instance

For these tutorials, you can use the dedicated Docker image:

- -

-        docker run -d -p 8080:80 {{ topic.docker_image }}
-        
- +
docker run -d -p 8080:80 {{ topic.docker_image }}

It will launch a flavored Galaxy instance available on http://localhost:8080.

- {% endif %} + {% endif %} - {% if topic.galaxy_instance %} + {% if topic.galaxy_instance %}

Galaxy instance

For these tutorials, use Galaxy instance at {{ topic.galaxy_instance }}.

- {% endif %} + {% endif %} - -

Contributors

- -

This material is maintained by:

- -
    +

    Contributors

    +

    This material is maintained by:

    +
      {% for maintainer in topic.maintainers %}
    • {% if maintainer.github_username != "" %} @@ -133,41 +134,42 @@

      Contributors

      {% endif %}
    • {% endfor %} -
    - -

    For any question related to this topic and the content, you can contact them.

    - -

    The following persons have contributed to this training material:

    +
-
    - {% for contributor in topic.contributors %} -
  • - {% if contributor.github_username != "" %} - {{ contributor.name }} - {% else %} - {{ contributor.name }} - {% endif %} - {% if contributor.email != "" %} - ({{ contributor.email }}) - {% endif %} -
  • - {% endfor %} -
+

+ For any question related to this topic and the content, you can contact them. +

- {% if topic.references %} - -

References

+

The following persons have contributed to this training material:

+
    + {% for contributor in topic.contributors %} +
  • + {% if contributor.github_username != "" %} + {{ contributor.name }} + {% else %} + {{ contributor.name }} + {% endif %} + {% if contributor.email != "" %} + ({{ contributor.email }}) + {% endif %} +
  • + {% endfor %} +
+ {% if topic.references %} +

References

+
    {% for reference in topic.references %} -

    - {{ reference.authors }}: {{ reference.title }} - - {% if reference.summary != "" %} -
    {{ reference.summary }} - {% endif %} -

    +
  • + {{ reference.authors }}: {{ reference.title }} + {% if reference.summary != "" %} +
    {{ reference.summary }} + {% endif %} +
  • {% endfor %} - {% endif %} -
+ + {% endif %} +