Skip to content

Commit

Permalink
Opened discussion in gapfill.py #52 #126
Browse files Browse the repository at this point in the history
Should labels be added automatically if None are in model for the GapFillers to work?
  • Loading branch information
GwennyGit committed Nov 15, 2024
1 parent 53c9834 commit 084666d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/refinegems/classes/gapfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@ def __init__(self) -> None:
super().__init__()

# @TODO logging
# @DISCUSSION Option for if model has no label -> Call function from polish to get labels?
def find_missing_genes(self,gffpath:Union[str,Path],model:libModel):
"""Find missing genes by comparing the CDS regions written in the GFF
with the GeneProduct entities in the model.
Expand Down

0 comments on commit 084666d

Please sign in to comment.