Skip to content

Commit

Permalink
undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 20, 2024
1 parent dd20abf commit 165cd86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kg_microbe/utils/uniprot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ def process_lines(
df = pd.DataFrame(list_of_rows, columns=headers)
df = df[~(df == df.columns.to_series()).all(axis=1)]
df.drop_duplicates(inplace=True)
# TODO: Filter df for rows with Proteomes:UPXXXX in the reference.tsv file

node_data, edge_data = get_nodes_and_edges(
source_name,
Expand Down

0 comments on commit 165cd86

Please sign in to comment.