Skip to content

Commit

Permalink
docs: updating docstrings for standardize_smiles.
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Manica <[email protected]>
  • Loading branch information
drugilsberg authored and Matteo Manica committed Feb 9, 2024
1 parent 8014480 commit a290044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rxn/chemutils/smiles_standardization.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def standardize_smiles(
Note that inchify set to True will also canonicalize the molecule.
Args:
smiles (str): SMILES representation of a molecule.
canonicalize (bool): canonicalize SMILES. Defaults to True.
sanitize (bool): sanitize SMILES. Defaults to True.
inchify (bool): inchify the SMILES. Defaults to False.
smiles: SMILES representation of a molecule.
canonicalize: canonicalize SMILES. Defaults to True.
sanitize: sanitize SMILES. Defaults to True.
inchify: inchify the SMILES. Defaults to False.
Returns:
a SMILES following the desired standard.
Expand Down

0 comments on commit a290044

Please sign in to comment.