forked from galaxyproject/training-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
469 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2738,3 +2738,12 @@ tbrown91: | |
email: [email protected] | ||
orcid: 0000-0001-8293-4816 | ||
joined: 2024-08 | ||
|
||
rmassei: | ||
name: Riccardo Massei | ||
email: [email protected] | ||
orcid: 0000-0003-2104-9519 | ||
joined: 2024-11 | ||
affiliations: | ||
- nfdi4bioimage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
destination: | ||
type: library | ||
name: GTN - Material | ||
description: Galaxy Training Network Material | ||
synopsis: Galaxy Training Network Material. See https://training.galaxyproject.org | ||
items: | ||
- name: Imaging | ||
description: Image management using Galaxy tools | ||
items: | ||
- name: Image data for OMERO | ||
items: | ||
- name: 'DOI: 14205500' | ||
description: latest | ||
items: | ||
- url: https://zenodo.org/records/14205500 | ||
src: url | ||
ext: zip | ||
info: https://zenodo.org/records/14205500 | ||
|
Oops, something went wrong.