Skip to content

Commit

Permalink
add masimos tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed Apr 6, 2021
1 parent 9788200 commit a874a5b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ NEO4J="{'host':'myhost.com','password':'mypw','user':'neo4j'}"

# legacy parameters.
# this is the old format, to provide the neo4j access data.
NEO4J_LECAGY_PARAMS="{'GC_NEO4J_URL':'myhost.com','GC_NEO4J_USER':'neo4j','GC_NEO4J_PASSWORD':'mypw'}"
NEO4J_LECAGY_PARAMS="{'GC_NEO4J_URL':'myhost.com','GC_NEO4J_USER':'neo4j','GC_NEO4J_PASSWORD':'mypw'}"
1 change: 1 addition & 0 deletions pipeline.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MASYMOS_SOURCE_FILE="https://secret"
76 changes: 41 additions & 35 deletions pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
CovidGraphPipeline:
- name: CREATE_FULL_TEXT_INDEXES
image_repo: covidgraph/graph-processing-fulltext-indexes
- name: JHU
image_repo: covidgraph/data_jhu_population
dependencies:
- CREATE_FULL_TEXT_INDEXES
- name: BIOBASE
image_repo: covidgraph/data_biobase
- name: LENS_PATENT_DATA
image_repo: covidgraph/data-lens-org-covid19-patents
- name: CORD19
image_repo: covidgraph/data-cord19
env_vars:
CONFIGS_PAPER_BATCH_SIZE: 300
CONFIGS_NO_OF_PROCESSES: 25
- name: TEXT_FRAGGER
image_repo: covidgraph/graph-processing_fragmentize_text
dependencies:
- CORD19
- LENS_PATENT_DATA
- name: TEXT_GENE_MATCH
image_repo: covidgraph/graph-processing_text_gene_match
dependencies:
- CORD19
- LENS_PATENT_DATA
- BIOBASE
- TEXT_FRAGGER
- name: CLINICAL_TRIALS_GOV
image_repo: covidgraph/data-clinical_trials_gov
- name: HELOMICS_HETIONET
image_repo: helomics/data_hetionet
- name: BIOBERT
image_repo: covidgraph/data-biobert
dependencies:
- CORD19
- name: CREATE_FULL_TEXT_INDEXES
image_repo: covidgraph/graph-processing-fulltext-indexes
- name: JHU
image_repo: covidgraph/data_jhu_population
dependencies:
- CREATE_FULL_TEXT_INDEXES
- name: BIOBASE
image_repo: covidgraph/data_biobase
- name: LENS_PATENT_DATA
image_repo: covidgraph/data-lens-org-covid19-patents
- name: CORD19
image_repo: covidgraph/data-cord19
env_vars:
CONFIGS_PAPER_BATCH_SIZE: 300
CONFIGS_NO_OF_PROCESSES: 25
- name: TEXT_FRAGGER
image_repo: covidgraph/graph-processing_fragmentize_text
dependencies:
- CORD19
- LENS_PATENT_DATA
- name: TEXT_GENE_MATCH
image_repo: covidgraph/graph-processing_text_gene_match
dependencies:
- CORD19
- LENS_PATENT_DATA
- BIOBASE
- TEXT_FRAGGER
- name: CLINICAL_TRIALS_GOV
image_repo: covidgraph/data-clinical_trials_gov
- name: HELOMICS_HETIONET
image_repo: helomics/data_hetionet
- name: BIOBERT
image_repo: covidgraph/data-biobert
dependencies:
- CORD19
- name: MASYMOS
image_repo: covidgraph/data_masymos
env_vars:
SOURCE: ${MASYMOS_SOURCE_FILE}
dependencies:
- CORD19

0 comments on commit a874a5b

Please sign in to comment.