Skip to content

Commit

Permalink
Add provided_by to default edge header (instead of publicaton)
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 1, 2020
1 parent fd6cc4c commit 79c8d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kg_covid_19/transform_utils/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self, source_name, input_dir: str = None, output_dir: str = None):
self.source_name = source_name
self.node_header = ['id', 'name', 'category']
self.edge_header = ['subject', 'edge_label', 'object', 'relation',
'publications']
'provided_by']

# default dirs
self.input_base_dir = input_dir if input_dir else self.DEFAULT_INPUT_DIR
Expand Down

0 comments on commit 79c8d58

Please sign in to comment.