Skip to content

Commit

Permalink
Merge pull request galaxyproject#5590 from Marie59/subdomain_pathway
Browse files Browse the repository at this point in the history
Subdomain pathway
  • Loading branch information
shiltemann authored Dec 4, 2024
2 parents e336cce + 1d4bc76 commit f8cf652
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 1 deletion.
Binary file added assets/images/galaxy_climate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/galaxy_subdomain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bin/schema-learning-pathway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ mapping:
- ai4life
- assembly
- climate
- community
- computational-chemistry
- contributing
- data-science
Expand Down
4 changes: 3 additions & 1 deletion learning-pathways/climate-learning.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
layout: learning-pathway

title: Discovering galaxy through climate analysis
title: Discovering Galaxy through climate analysis
description: |
How to have a complete overview of how Galaxy works going from the user welcome page to use batch tools and finishing by conducting interactive analysis. These set of 3 Climate tutorials allow you to understand and see plenty of the multiple features of Galaxy and learning about the cool subject of climate analysis.
cover-image: assets/images/galaxy_climate.png
cover-image-alt: Image of the earth surrounded by a bar colors representing Earth's increasing temperatures.
tags: [Climate, Overview]

editorial_board:
Expand Down
50 changes: 50 additions & 0 deletions learning-pathways/dev_tools_training.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: learning-pathway
title: Tool development for a nice & shiny subdomain
type: admin-dev
description: |
Discover Galaxy's communities and learn how to create your subdomain and enrich it by writing, testing and submiting your tools on Galaxy. This learning pathway
will guide you through all the steps required to build a tool for Galaxy with Planemo for batch tools and how write an interactive tool.
cover-image: assets/images/galaxy_subdomain.png
cover-image-alt: Image of a researcher or developer on a computer thinking of building a community.
editorial_board:
- Marie59

tags: [subdomain, community, tool development, 3-day course]

pathway:

- section: "Day 1: Set up your subdomain for your community"
description: This first part explains how to discover the already existing communities (to avoid replication), how to build your subdomain, and finally how to set up your community
tutorials:
- name: sig_define
topic: community
- name: subdomain
topic: admin
- name: sig_create
topic: community

- section: "Day 2: Build a batch tool"
description: This module covers getting your package on Conda, a local Galaxy instance with Planemo, write a Galaxy tool, publish it, and make it visible on a Galaxy server.
tutorials:
- name: tool-from-scratch
topic: dev
- name: tools_subdomains
topic: community
- name: community-tool-table
topic: dev

- section: "Day 3: Build an interactive tool"
description: |
Here we go through how to build a docker image and write the correct wrapper for your interactive tool, and then again make it visible on a Galaxy server.
tutorials:
- name: interactive-tools
topic: dev
- name: tools_subdomains
topic: community



---

This learning path covers topics on how to build your subdomain, to enrich it, and create a dynamic community.
1 change: 1 addition & 0 deletions topics/community/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ summary: |
This Topic contains resources for active Galaxy community members to organise and manage working in Galaxy.
#docker_image: "quay.io/galaxy/community"
learning_path_cta: dev_tools_training

editorial_board:
- nomadscientist

0 comments on commit f8cf652

Please sign in to comment.