From ddc92c1b74aa4cbfc818dcf6f65424b10bf5ebfe Mon Sep 17 00:00:00 2001 From: yuanx749 Date: Fri, 22 Nov 2024 11:30:42 +0800 Subject: [PATCH] Fix doc --- .gitignore | 1 + pycdhit/__init__.py | 2 +- pycdhit/_class.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7763270..bcd9a19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ docs/generated +example* # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/pycdhit/__init__.py b/pycdhit/__init__.py index 189dc5d..fd3b224 100644 --- a/pycdhit/__init__.py +++ b/pycdhit/__init__.py @@ -4,7 +4,7 @@ from ._commands import * # noqa: F403 from ._io import * # noqa: F403 -VERSION = "1.1.3" +VERSION = "1.1.4" __all__ = [ # noqa: F405 "CommandBase", diff --git a/pycdhit/_class.py b/pycdhit/_class.py index 1982c60..bddf302 100644 --- a/pycdhit/_class.py +++ b/pycdhit/_class.py @@ -69,7 +69,7 @@ class CDHIT(CommandBase): Args: prog: Name of the program. - {'cd-hit', 'cd-hit-2d', 'cd-hit-est', 'cd-hit-est-2d'}, + {'cd-hit', 'cd-hit-2d', 'cd-hit-est', 'cd-hit-est-2d', 'cd-hit-454'}, default 'cd-hit'. path: Path of the program. Default `None`.