Skip to content

Commit

Permalink
Merge pull request #24 from geneontology/human_testing
Browse files Browse the repository at this point in the history
remove debugging statements
  • Loading branch information
sierra-moxon authored Jan 2, 2024
2 parents 7336b54 + 633036b commit 264c99e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/gopreprocess/file_processors/gpi_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ def get_protein_xrefs(self) -> (dict, dict):
for xid in row.get("xrefs"):
if xid.startswith("UniProtKB:"):
xref_ids[row.get("id")] = xid
if row.get("id") == "PR:Q9DAL9":
print(row)
for ebid in row.get("encoded_by"):
if ebid.startswith("MGI:"):
parent_xref_ids[row.get("id")] = ebid
Expand Down
2 changes: 1 addition & 1 deletion src/gopreprocess/goa_annotation_creation_controller.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Protein 2 GO AnnotationConverter class."""
import copy
import datetime
from typing import Any, Union, Tuple
from typing import Any, Union

import pystow
from ontobio.model.association import Curie, GoAssociation
Expand Down

0 comments on commit 264c99e

Please sign in to comment.