Skip to content

Commit

Permalink
Fixed missing CURIE prefix for INTACT IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 14, 2020
1 parent a3a27c8 commit 5634a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kg_covid_19/transform_utils/intact/intact.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def __init__(self, input_dir: str = None, output_dir: str = None) -> None:
'chebi': 'CHEBI',
'ensembl': 'ENSEMBL',
'ddbj/embl/genbank': 'NCBIProtein',
'pubmed': 'PMID'
'pubmed': 'PMID',
'intact': 'INTACT'
}
self.pubmed_curie_prefix = 'PMID:'
self.ppi_edge_label = 'biolink:interacts_with'
Expand Down

0 comments on commit 5634a91

Please sign in to comment.