Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie59 authored Oct 10, 2023
1 parent 93c3c59 commit 23af6b5
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions topics/earth-system/README.md
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
26 changes: 26 additions & 0 deletions topics/earth-system/docker/Dockerfile
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"]
4 changes: 4 additions & 0 deletions topics/earth-system/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: topic
topic_name: earth-system
---
20 changes: 20 additions & 0 deletions topics/earth-system/metadata.yaml
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."

0 comments on commit 23af6b5

Please sign in to comment.