Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New: Enumerate reactions from SMARTS with RDKit #601

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
New: RDKit-based reaction mapper (WIP)
  • Loading branch information
avcopan committed Dec 27, 2024
commit f4cd07cd69efcadaabf47e72ee009ad25b6f2136
2 changes: 1 addition & 1 deletion automol/graph/base/_08canon.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def canonical_amchi_graph_with_numbers(
def smiles_graph(
gra: Any, res_stereo: bool = True, exp: bool = False, dummy: bool = False
) -> Any:
"""Put a connected graph in a form appropriate for writing SMILES strings
"""Put a connected graph in a form appropriate for writing SMILES strings.

:param gra: molecular graph
:param exp: Include explicit hydrogens that aren't needed for stereochemistry?
Expand Down