Skip to content

Commit

Permalink
small debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 14, 2024
1 parent 23104fd commit 1df5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bengrn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,6 @@ def load_genes(organisms: Union[str, list] = "NCBITaxon:9606"): # "NCBITaxon:10
organismdf.append(genesdf)
organismdf = pd.concat(organismdf)
organismdf.drop(
columns=["source_id", "run_id", "created_by_id", "updated_at"], inplace=True
columns=["source_id", "run_id", "created_by_id", "updated_at", "stable_id"], inplace=True
)
return organismdf

0 comments on commit 1df5e0f

Please sign in to comment.