Synthetically Driven Elaborations
Project description
Syndirella (Synthesis Directed Elaborations) is a tool for generating and scoring synthetically practical elaborations of molecules designed from fragment screens. Starting from the retrosynthetic analysis of fragment merged molecules, superstructures of the original reactants are found by catalog search and filtered by selectivity issues. The elaborated final products are defined by reaction SMIRKS patterns and energy minimized in the protein with restraints to experimental data.
Preprint: https://chemrxiv.org/engage/chemrxiv/article-details/68d4f08ff416303770403a44
Documentation
Full Documentation - Complete user guide, API reference, and examples
Quick Start
Installation
conda create -n syndirella python=3.10
conda activate syndirella
pip install syndirella
pip install aizynthfinder
python -c 'import pyrosetta_installer; pyrosetta_installer.install_pyrosetta()' # run once, for Fragmenstein
Note: PyRosetta is required by Fragmenstein to operate. Syndirella does not use PyRosetta by default to score compounds. PyRosetta is available for academic and non-commercial use (see PyRosetta License).
Troubleshooting:
cgrtools fails to install:
pip install "cython<3.2"
conda install -c conda-forge c-compiler cxx-compiler
pip install --no-build-isolation cgrtools
Install with HIPPO (optional)
pip install aizynthfinder --no-deps # HIPPO requires `rdkit>=2024.9.6`; AiZynthFinder declares `rdkit<2024`. Install in this order so pip does not pull AiZynthFinder’s RDKit
pip install syndirella[hippo]
conda install -c conda-forge chemicalite
See the HIPPO documentation for full setup and version compatibility.
Basic Usage
-
Setup AiZynthFinder (required for retrosynthesis):
⚠️ WARNING: This step downloads large model files (~750MB total) if run the first time. These are required to run AiZynthFinder.
Files will be downloaded to:
[syndirella_package_path]/aizynth/syndirella setup-aizynth -
Run the pipeline:
syndirella run --input /absolute/path/to/input.csv --output /absolute/path/to/output_directory --templates /absolute/path/to/templates/ --hits_path /absolute/path/to/fragments.sdf
Note: All paths must be absolute paths.
Example Input
Create a CSV file with your fragment data. Hit names must match the exact names in your SDF file:
smiles,hit1,hit2,hit3,template,compound_set
O=C(NC1CC(C(F)(F)F)C1)c1cc2ccsc2[nH]1,A71EV2A-x0556_A_147_1_A71EV2A-x0526+A+147+1,A71EV2A-x0566_A_147_1_A71EV2A-x0526+A+147+1,,Ax0310a_apo-desolv,my_compound_set
CC(=O)Nc1cc(CC(=O)NCC(NC(=O)CCl)c2cccnc2)c(NC(C)=O)nn1,A71EV2A-x1346_A_250_1_A71EV2A-x0526+A+147+1,,,Ax1346a_apo-desolv,my_compound_set
For complete examples and templates, see the run_syndirella_example directory.
Output Files
The main output file to read is the structured_output.pkl.gz file, which contains:
- Complete synthesis routes with reaction details
- Placement information with energy values
- Structural quality metrics
- Product information and success flags
This file contains all the information needed to analyze and reproduce the elaborations.
Requirements
- Python 3.10
- RDKit
- AiZynthFinder
- Fragmenstein
- Additional dependencies (see pyproject.toml)
Learn More
- Examples - Jupyter notebooks and sample data
- User Guide - Detailed usage instructions
- Reaction Constants - Advanced reaction settings and options
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file syndirella-5.0.7a0.tar.gz.
File metadata
- Download URL: syndirella-5.0.7a0.tar.gz
- Upload date:
- Size: 13.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddd6938dada2290128abbaf346af54333d5d72c6aaac173bf0e6f46ca750c0cb
|
|
| MD5 |
195b1d29f1f3d42e8da689eeaf0f0ee6
|
|
| BLAKE2b-256 |
e0b7bd425f95b94fed78b80ce527dfacd96a34ef990b863156e777443d5aeb90
|
File details
Details for the file syndirella-5.0.7a0-py3-none-any.whl.
File metadata
- Download URL: syndirella-5.0.7a0-py3-none-any.whl
- Upload date:
- Size: 9.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8033f9b12808f50df0a1d47445f3c5f41609ca0db634fe8799dfdd8ef37aa9bc
|
|
| MD5 |
f0d26a1dd46562df529f0e99ed0a3aca
|
|
| BLAKE2b-256 |
aec0b175dad3f227aa6b7134fc307879790d0c828df50746f87c59b4447617b6
|