Skip to content

Commit

Permalink
fix: compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jun 10, 2024
1 parent 85fa784 commit 8a8c22c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mDeepFRI/predict.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ cdef class Predictor(object):
self,
seqres: str,
cmap = None,
chain: str = ""
chain: str = "",
format: str = "tsv",
):
"""
Computes GO/EC predictions for a single protein chain from sequence and contact map.
Expand All @@ -145,6 +146,7 @@ cdef class Predictor(object):
seqres (str): protein sequence.
cmap (np.array): contact map.
chain (str): protein ID.
format (str): output format. Options: "tsv", "vector".
Returns:
list: list of GO/EC predictions.
Expand Down

0 comments on commit 8a8c22c

Please sign in to comment.