Skip to content

Commit

Permalink
take config filename as absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Karabelly committed Apr 29, 2024
1 parent 4e30a46 commit 8f8cdc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/como/rnaseq_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def handle_context_batch(
"""

config = Config()
rnaseq_config_filepath = os.path.join(
config.data_dir, "config_sheets", config_filename
)
rnaseq_config_filepath = config_filename
xl = pd.ExcelFile(rnaseq_config_filepath)
sheet_names = xl.sheet_names

Expand Down

0 comments on commit 8f8cdc1

Please sign in to comment.