Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibvafa authored Sep 26, 2024
1 parent ef3d8e3 commit e5c0a09
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ This subpackage is suitable for:

- `preprocess_protein_sequence(protein: str) -> str`

Clean, standardize, and handle ambiguous amino acids in a protein sequence.
Clean, standardize, and handle ambiguous amino acids in a protein sequence. Utilizes the `ProteinConfig` to handle ambiguous amino acids based on user-defined settings.

- `replace_ambiguous_codons(dna: str) -> str`

Expand Down Expand Up @@ -425,6 +425,15 @@ The CodonUtils subpackage contains constants and helper functions essential for
Class for iterating over lines of a JSON file.
- `ConfigManager`
An abstract base class for managing configuration settings.
- `ProteinConfig`:
A singleton class derived from `ConfigManager` for managing protein-specific configurations. It allows customization of ambiguous amino acid handling.
#### Functions
- `load_python_object_from_disk(file_path: str) -> Any`
Expand Down

0 comments on commit e5c0a09

Please sign in to comment.