Skip to content

Commit

Permalink
Functional analysis function updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Avani7 committed Mar 25, 2024
1 parent 51ff252 commit cc0a176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmi/stages/functional_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def uniprot(artefacts_path, file):
logger.info(f"Functional analysis started using: {artefacts_path, file}")
file_path = artefacts_path + file
file_name = str(file)
# file_name = file_name.split("/")
# file_name =file_name[2] or file
file_name = file_name.split("/")
file_name =file_name[2] or file

genes = pd.read_csv(file_path)['Gene']
jobs_ids = (get_jobs_ids(genes))
Expand Down

0 comments on commit cc0a176

Please sign in to comment.