Skip to content

Commit

Permalink
cellphonedb: include is_ppi among extra interaction attributes, p…
Browse files Browse the repository at this point in the history
…ropagating it to the web service (part of addressing #269)
  • Loading branch information
deeenes committed Feb 16, 2024
1 parent 913ae1a commit d07439a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypath/resources/data_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -2945,6 +2945,7 @@ def _pathwaycommons_single_resource(resource, transcription = False):
header = False,
extra_edge_attrs = {
'type': 4,
'is_ppi': 7,
},
extra_node_attrs_a = {
'cellphonedb_type': 5,
Expand Down

0 comments on commit d07439a

Please sign in to comment.