Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcury committed Mar 29, 2024
1 parent d3b8f2c commit 9102c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defense_finder_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def update(models_dir=None, force_reinstall: bool = False):

def run(file: str, outdir: str, dbtype: str, workers: int, coverage: float, preserve_raw: bool,
no_cut_ga: bool, models_dir: str = None, loglevel : str = "INFO",
models_dir: str = None):
index_dir: str = None):
"""
Search for all known anti-phage defense systems in the target fasta file.
"""
Expand Down

0 comments on commit 9102c17

Please sign in to comment.