-
Notifications
You must be signed in to change notification settings - Fork 926
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
4 changed files
with
55 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
Earth System | ||
========== | ||
|
||
Please refer to the [CONTRIBUTING.md](../../CONTRIBUTING.md) before adding or updating any material |
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,26 @@ | ||
|
||
# Galaxy - Earth System | ||
# | ||
# to build the docker image, go to root of training repo and | ||
# docker build -t earth-system -f topics/earth-system/docker/Dockerfile . | ||
# | ||
# to run image: | ||
# docker run -p "8080:80" -t earth-system | ||
# use -d to automatically dowload the datalibraries in the container | ||
|
||
FROM quay.io/bgruening/galaxy:20.05 | ||
|
||
MAINTAINER Galaxy Training Material | ||
|
||
ENV GALAXY_CONFIG_BRAND "GTN: Earth System" | ||
|
||
# copy the tutorials directory for your topic | ||
ADD topics/earth-system/tutorials/ /tutorials/ | ||
|
||
# install everything for tutorials | ||
ADD bin/docker-install-tutorials.sh /setup-tutorials.sh | ||
ADD bin/mergeyaml.py /mergeyaml.py | ||
ADD bin/data_libarary_download.sh /data_libarary_download.sh | ||
RUN /setup-tutorials.sh | ||
|
||
ENTRYPOINT ["/data_libarary_download.sh"] |
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,4 @@ | ||
--- | ||
layout: topic | ||
topic_name: earth-system | ||
--- |
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,20 @@ | ||
--- | ||
name: earth-system | ||
type: use | ||
title: Earth System | ||
summary: Learn and discover how to access Earth System and Environmental data and | ||
to analyse them through Galaxy | ||
tag_based: true | ||
|
||
requirements: | ||
- type: internal | ||
topic_name: introduction | ||
docker_image: '' | ||
|
||
editorial_board: | ||
- marie59 | ||
|
||
#subtopics: | ||
#- id: coastal_water_dynamics | ||
# title: "Coastal Water Dynamics" | ||
# description: "If you want to learn how ot conduct a coastal water analysis with ODV, DIVAnd and SOURCE go here." |