Skip to content

Commit

Permalink
update ingest config & expect yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jun 9, 2024
1 parent 5ac822b commit bffde88
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 26 deletions.
45 changes: 24 additions & 21 deletions src/monarch_ingest/ingests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Pass-through modular ingests
alliance_genotype:
url:
- 'https://github.com/monarch-initiative/alliance-genotype-ingest/releases/latest/download/alliance_genotype_nodes.tsv'
alliance_phenotype:
url:
- 'https://github.com/monarch-initiative/alliance-phenotype-association-ingest/releases/latest/download/alliance_phenotype_edges.tsv'
alliance_disease_association:
url:
- 'https://github.com/monarch-initiative/alliance-disease-association-ingest/releases/latest/download/alliance_disease_edges.tsv'
zfin_genotype_to_phenotype:
url:
- 'https://github.com/monarch-initiative/zfin-genotype-to-phenotype-ingest/releases/latest/download/zfin_genotype_to_phenotype_edges.tsv'
clingen_variant:
url:
- 'https://github.com/monarch-initiative/clingen-ingest/releases/latest/download/clingen_variant_nodes.tsv'
- 'https://github.com/monarch-initiative/clingen-ingest/releases/latest/download/clingen_variant_edges.tsv'
clinvar_variant:
url:
- 'https://github.com/monarch-initiative/clinvar-ingest/releases/latest/download/clinvar_variant_nodes.tsv'
- 'https://github.com/monarch-initiative/clinvar-ingest/releases/latest/download/clinvar_variant_edges.tsv'

## Ingests within this repository

alliance_gene:
config: 'ingests/alliance/gene.yaml'
alliance_gene_to_expression:
Expand Down Expand Up @@ -63,24 +87,3 @@ zfin_gene_to_phenotype:
# zfin_publication_to_gene:
# config: 'ingests/zfin/publication_to_gene.yaml'

## Pass-through modular ingests
alliance_genotype:
url:
- 'https://github.com/monarch-initiative/alliance-genotype-ingest/releases/latest/download/alliance_genotype_nodes.tsv'
alliance_phenotype:
url:
- 'https://github.com/monarch-initiative/alliance-phenotype-association-ingest/releases/latest/download/alliance_phenotype_edges.tsv'
alliance_disease_association:
url:
- 'https://github.com/monarch-initiative/alliance-disease-association-ingest/releases/latest/download/alliance_disease_edges.tsv'
zfin_genotype_to_phenotype:
url:
- 'https://github.com/monarch-initiative/zfin-genotype-to-phenotype-ingest/releases/latest/download/zfin_genotype_to_phenotype_edges.tsv'
clingen_variant:
url:
- 'https://github.com/monarch-initiative/clingen-ingest/releases/latest/download/clingen_variant_nodes.tsv'
- 'https://github.com/monarch-initiative/clingen-ingest/releases/latest/download/clingen_variant_edges.tsv'
clinvar_variant:
url:
- 'https://github.com/monarch-initiative/clinvar-ingest/releases/latest/download/clinvar_variant_nodes.tsv'
- 'https://github.com/monarch-initiative/clinvar-ingest/releases/latest/download/clinvar_variant_edges.tsv'
22 changes: 17 additions & 5 deletions src/monarch_ingest/qc_expect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ nodes:
provided_by:
alliance_gene_nodes:
min: 290000
alliance_genotype_nodes:
min: 130000
dictybase_gene_nodes:
min: 14000
hgnc_gene_nodes:
Expand All @@ -14,12 +16,14 @@ nodes:
min: 5000
reactome_pathway_nodes:
min: 21000
clinvar_variant_nodes:
min: 1280000
clingen_variant_nodes:
min: 7000
edges:
provided_by:
alliance_gene_to_expression_edges:
min: 1870000
alliance_gene_to_phenotype_edges:
min: 300000
bgee_gene_to_expression_edges:
min: 430000
biogrid_edges:
Expand Down Expand Up @@ -49,8 +53,16 @@ edges:
reactome_gene_to_pathway_edges:
min: 200000
string_protein_links_edges:
min: 1490000
min: 1470000
xenbase_gene_to_phenotype_edges:
min: 2000
zfin_gene_to_phenotype_edges:
min: 148000
alliance_phenotype_edges:
min: 650000
alliance_disease_edges:
min: 10000
zfin_genotype_to_phenotype_edges:
min: 125000
clinvar_variant_edges:
min: 1400000
clingen_variant_edges:
min: 5000

0 comments on commit bffde88

Please sign in to comment.