-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255 from EngyNasr/microGalaxyLabUpdates
Microgalaxy lab updates
- Loading branch information
Showing
20 changed files
with
355 additions
and
625 deletions.
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# If GitHub username, name and avatar will be fetched and displayed | ||
bebatut | ||
zierep | ||
zierep | ||
EngyNasr |
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 |
---|---|---|
@@ -1,43 +1,39 @@ | ||
# Request this as a webpage with: | ||
# https://site.usegalaxy.org.au/lab/export?content_root=https://raw.githubusercontent.com/nomadscientist/galaxy_codex/subdomain_unification/subdomains/singlecell/base.yml | ||
# https://site.usegalaxy.org.au/lab/export?content_root=https://raw.githubusercontent.com/nomadscientist/galaxy_codex/tree/main/communities/microgalaxy/base.yml | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Use these variables in HTML templates like: | ||
# "Welcome to the Galaxy {{ site_name }} {{ lab_name }}" | ||
# To make the content more generic and reusable across sites | ||
|
||
# These will be rendered like "Welcome to the Galaxy {{ site_name }} {{ lab_name }}!" | ||
site_name: Australia | ||
site_name: European | ||
lab_name: microGalaxy Lab | ||
analysis_name: microGalaxy | ||
nationality: Australian | ||
nationality: European | ||
|
||
# Used for rendering tool/workflow links. Trailing '/' will be removed. | ||
galaxy_base_url: https://singlecell.usegalaxy.org | ||
subdomain: singlecell | ||
root_domain: usegalaxy.org | ||
galaxy_base_url: https://microgalaxy.usegalaxy.eu | ||
subdomain: microGalaxy | ||
root_domain: usegalaxy.eu | ||
|
||
# This will enable a feedback form on the webpage: | ||
# feedback_email: [email protected] | ||
|
||
support_url: https://help.galaxyproject.org | ||
# quota_request_url: https://help.galaxyproject.org | ||
quota_request_url: https://help.galaxyproject.org | ||
data_policy_url: https://usegalaxy.org/static/terms.html | ||
terms_url: https://usegalaxy.org/static/terms.html | ||
|
||
help_links: | ||
- title: General Galaxy support | ||
url: https://galaxyproject.org/support/ | ||
- title: Single Cell help forum | ||
url: https://help.galaxyproject.org/tag/single-cell | ||
- title: General Galaxy help forum | ||
url: https://help.galaxyproject.org | ||
- title: Galaxy Training Network Slack workspace | ||
url: https://join.slack.com/t/gtnsmrgsbord/shared_invite/zt-2llyx6p8j-LmpEIsJu0t4MQkBctkN8qg | ||
- title: Single cell Slack channel (#single-cell-users) | ||
url: https://gtnsmrgsbord.slack.com/archives/C06PBRR40D7 | ||
- title: Single cell user community chat room (Same channel but using Matrix/Element) | ||
url: https://matrix.to/#/#Galaxy-Training-Network_galaxy-single-cell:gitter.im | ||
- title: microGalaxy user community chat room (Same channel but using Matrix/Element) | ||
url: https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im | ||
- title: Galaxy Training Community chat | ||
url: https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im | ||
- title: Usegalaxy.org chat | ||
|
@@ -49,7 +45,7 @@ conclusion_extra_md: "" | |
# ----------------------------------------------------------------------------- | ||
# Custom content relative to this file URL | ||
|
||
header_logo: static/logo_single_cell.svg | ||
header_logo: static/microgalaxy-logo.png | ||
custom_css: static/custom.css | ||
intro_md: templates/intro.html | ||
conclusion_md: templates/conclusion.html | ||
|
@@ -61,9 +57,12 @@ footer_md: templates/footer.html | |
# 1. Relative to this file URL | ||
# 2. Full URL to fetch globally centralized content | ||
sections: | ||
- sections/1_beginner.yml | ||
- sections/3_advanced.yml | ||
- sections/4_community.yml | ||
- sections/5_tools.yml | ||
- sections/1_data_import_and_preparation.yml | ||
- sections/2_microbial_isolates.yml | ||
- sections/3_microbiome.yml | ||
- sections/4_tools.yml | ||
- sections/5_workflows.yml | ||
- sections/6_support_and_help.yml | ||
- sections/7_community.yml | ||
|
||
# ----------------------------------------------------------------------------- |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.