layout |
---|
page |
Thanks for using the GTN! If you have any questions regarding the GTN, Galaxy, or any of the topics covered by the tutorials, you can check one of the FAQ pages below to see if your question is among them.
Have questions about this website or the GTN in general? Please check the GTN FAQs
Have a question about Galaxy? Please check the Galaxy FAQs
Each topic in the GTN also has a dedicated FAQ page:
{% assign sorted_topics = "" | split: "," %} {% assign sorted_topics_pre = site.data | sort | order: "title" %}
{% for topic in sorted_topics_pre %} {% if topic[0] == "introduction" %} {% assign sorted_topics = sorted_topics | unshift: topic %} {% else %} {% assign sorted_topics = sorted_topics | push: topic %} {% endif %} {% endfor %}
Galaxy for Scientists
-
{% for topic in sorted_topics %}
{% if topic[1].enable != false and topic[1].type == 'use' %}
- {{topic[1].title}} {% endif %} {% endfor %}
Galaxy for Instructors, Developers & System Administrators
-
{% for topic in sorted_topics %}
{% if topic[1].enable != false and topic[1].type and topic[1].type != 'use' %}
- {{topic[1].title}} {% endif %} {% endfor %}
Tutorials may also have FAQ pages associated with them, you can find the link to these in the overview box in the tutorial page itself.
Couldn't find the answer to your question here? Please feel free to ask in the GTN Gitter channel, or on the Galaxy Help Forum as well.