Skip to content

Commit

Permalink
Update explore_network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-trimbour authored Mar 12, 2024
1 parent 57e3c27 commit c77a8b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hummuspy/src/hummuspy/explore_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,5 +997,7 @@ def get_output_from_dicts(
elif output_request == 'target_genes':
del parameters['peak_list']
df = define_target_genes_from_config(**parameters)
else:
raise ValueError("Please select an output_request value in ('grn', 'enhancers', 'binding_regions', 'target_genes').")

return df

0 comments on commit c77a8b7

Please sign in to comment.