Skip to content

Commit

Permalink
fixup: address round 3 comments -- logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 21, 2024
1 parent 2ec70cd commit 4ec4cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-pipeline/src/data_pipeline/data_types/gene.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ def prepare_table_for_release(genes_path, keep_mane_version_global_annotation):
if keep_mane_version_global_annotation:
globals_dict = ds.index_globals()
ds = ds.select_globals(mane_select_version=globals_dict["annotations"]["mane_select_transcript"]["version"])
ds = ds.select_globals()
else:
ds = ds.select_globals()
return ds


Expand Down

0 comments on commit 4ec4cb4

Please sign in to comment.