Skip to content

Commit

Permalink
Merge branch 'master' of github.com:covidgraph/motherlode
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed May 18, 2021
2 parents 4f4d4fd + 5bd4218 commit d3d0080
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./pipeline.yaml:/data/pipeline.yaml
- ./log:/log
- ./log:/log
- ./pipeline.env:/data/.env
28 changes: 21 additions & 7 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ CovidGraphPipeline:
dependencies:
- CREATE_FULL_TEXT_INDEXES
- name: BIOBASE
image_repo: covidgraph/data_biobase
info_link: https://git.connect.dzd-ev.de/dzdconnectpipeline/dataloading_biobase
desc: Load different bio science repos into neo4j
image_repo: registry-gl.connect.dzd-ev.de:443/dzdconnectpipeline/dataloading_biobase
tag: prod
env_vars:
RUN_MODE: NotTest
- name: ONTOLOGIES
info_link: https://git.connect.dzd-ev.de/dzdconnectpipeline/dataloading_ontologies
desc: Load biomedical ontologies and mappings from biomedical entities to ontologies.
image_repo: registry-gl.connect.dzd-ev.de:443/dzdconnectpipeline/dataloading_ontologies
tag: prod
env_vars:
OBO_ONTOLOGIES: go,doid,mp,pato,hp
dependencies:
- BIOBASE
- name: LENS_PATENT_DATA
image_repo: covidgraph/data-lens-org-covid19-patents
- name: CORD19
Expand Down Expand Up @@ -35,9 +49,9 @@ CovidGraphPipeline:
image_repo: covidgraph/data-biobert
dependencies:
- CORD19
#- name: MASYMOS
# image_repo: covidgraph/data_masymos
# env_vars:
# SOURCE: ${MASYMOS_SOURCE_FILE}
# dependencies:
# - CORD19
- name: MASYMOS
image_repo: covidgraph/data_masymos
env_vars:
SOURCE: ${MASYMOS_SOURCE_FILE}
dependencies:
- CORD19

0 comments on commit d3d0080

Please sign in to comment.