forked from monarch-initiative/monarch-ingest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
merge.yaml
165 lines (163 loc) · 4.33 KB
/
merge.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# Sourced from: https://github.com/biolink/kgx/tree/master/examples
---
configuration:
output_directory: output/merged
checkpoint: false
curie_map:
# define non-canonical CURIE to IRI mappings (for RDF)
node_properties:
# define predicates that are to be treated as direct node properties (for RDF)
predicate_mappings:
# map non-canonical predicates to a property name (for RDF)
# property_types:
# define the type for non-canonical properties for RDF export
merged_graph:
name: Monarch Graph
source:
monarch_ontology:
input:
format: obojson
filename:
- output/monarch/monarch.json
alliance_gene:
input:
format: tsv
filename:
- output/alliance_gene_nodes.tsv
alliance_gene_to_phenotype:
input:
format: tsv
filename:
- output/alliance_gene_to_phenotype_edges.tsv
alliance_publication:
input:
format: tsv
filename:
- output/alliance_publication_nodes.tsv
ctd_chemical_to_disease:
input:
format: tsv
filename:
- output/ctd_chemical_to_disease_edges.tsv
flybase_publication_to_gene:
input:
format: tsv
filename:
- output/flybase_publication_to_gene_edges.tsv
goa_go_annotation:
input:
format: tsv
filename:
- output/goa_go_annotation_edges.tsv
hgnc_gene:
input:
format: tsv
filename:
- output/hgnc_gene_nodes.tsv
- output/hgnc_gene_edges.tsv
hpoa_disease_phenotype:
input:
format: tsv
filename:
- output/hpoa_disease_phenotype_nodes.tsv
- output/hpoa_disease_phenotype_edges.tsv
mgi_publication_to_gene:
input:
format: tsv
filename:
- output/mgi_publication_to_gene_edges.tsv
omim_gene_to_disease:
input:
format: tsv
filename:
- output/omim_gene_to_disease_nodes.tsv
- output/omim_gene_to_disease_edges.tsv
panther_ref_genome_orthologs:
input:
format: tsv
filename:
- output/panther_ref_genome_orthologs_nodes.tsv
- output/panther_ref_genome_orthologs_edges.tsv
pombase_gene:
input:
format: tsv
filename:
- output/pombase_gene_nodes.tsv
pombase_gene_to_phenotype:
input:
format: tsv
filename:
- output/pombase_gene_to_phenotype_edges.tsv
reactome_chemical_to_pathway:
input:
format: tsv
filename:
- output/reactome_chemical_to_pathway_edges.tsv
reactome_gene_to_pathway:
input:
format: tsv
filename:
- output/reactome_gene_to_pathway_edges.tsv
rgd_publication_to_gene:
input:
format: tsv
filename:
- output/rgd_publication_to_gene_edges.tsv
sgd_publication_to_gene:
input:
format: tsv
filename:
- output/sgd_publication_to_gene_edges.tsv
string_protein_links:
input:
format: tsv
filename:
- output/string_protein_links_edges.tsv
xenbase_gene:
input:
format: tsv
filename:
- output/xenbase_gene_nodes.tsv
xenbase_gene_to_phenotype:
input:
format: tsv
filename:
- output/xenbase_gene_to_phenotype_edges.tsv
xenbase_publication_to_gene:
input:
format: tsv
filename:
- output/xenbase_publication_to_gene_edges.tsv
zfin_gene_to_phenotype:
input:
format: tsv
filename:
- output/zfin_gene_to_phenotype_edges.tsv
zfin_publication_to_gene:
input:
format: tsv
filename:
- output/zfin_publication_to_gene_edges.tsv
operations:
- name: kgx.graph_operations.summarize_graph.generate_graph_stats
args:
graph_name: Monarch Graph
filename: merged_graph_stats.yaml
node_facet_properties:
- provided_by
edge_facet_properties:
- provided_by
destination:
merged-kg-tsv:
format: tsv
compression: tar.gz
filename: monarch-kg
merged-kg-nt:
format: nt
compression: gz
filename: monarch-kg.nt.gz
# merged-kg-neo4j:
# format: neo4j
# uri: bolt://localhost:7687
# username: neo4j
# password: admin