Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
earmingol committed Mar 22, 2023
1 parent 495fdc4 commit 89285c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell2cell/external/gseapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def generate_lr_geneset(lr_list, complex_sep=None, lr_sep='^', pathway_per_gene=
_check_pathwaydb(organism, pathwaydb)

# Obtain annotations
gmt_info = PATHWAY_DATA[organism][pathwaydb]
gmt_info = PATHWAY_DATA[organism][pathwaydb].copy()
if output_folder is not None:
gmt_info['filename'] = os.path.join(output_folder, gmt_info['filename'])
if pathway_per_gene is None:
Expand Down

0 comments on commit 89285c0

Please sign in to comment.