Skip to content

Commit

Permalink
update kegg download pathways
Browse files Browse the repository at this point in the history
  • Loading branch information
cwieder committed Jul 4, 2024
1 parent d3c0dfc commit b2fe597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sspa/process_pathways.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def process_kegg(organism, infile=None, download_latest=False, filepath=None, om
GMT-like pd.DataFrame containing KEGG pathways
'''
if download_latest:
pathways_df = sspa.download_pathways.download_KEGG(organism, filepath)
pathways_df = sspa.download_pathways.download_KEGG(organism, filepath, omics_type)
return pathways_df

else:
Expand Down

0 comments on commit b2fe597

Please sign in to comment.