Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mubeen committed Oct 9, 2018
1 parent 043d81b commit 499430c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pathme/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,10 @@ def get_bel_types(path):
return bel_stats


def get_bel_stats(resource_folder, hgnc_manager):
def get_bel_stats(resource_folder):
"""Get all BEL node and edge type statistics.
:param str resource_folder: path to BEL pickles folder
:param bio2bel_hgnc.Manager hgnc_manager: HGNC manager
:return: count of all nodes and edges in all BEL graphs from one resource
:rtype: dict
"""
Expand Down

0 comments on commit 499430c

Please sign in to comment.