mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Fix typing issue
This commit is contained in:
@@ -46,7 +46,7 @@ def write_fasta(sequences: Dict[str, str], out_fname: str):
|
||||
sink.write(segment + "\n")
|
||||
|
||||
|
||||
def run_omegafold(input_fasta: str, outdir: str, gpu: int) -> str:
|
||||
def run_omegafold(input_fasta: str, outdir: str, gpu: int):
|
||||
"""
|
||||
Runs omegafold on the given fasta file
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user