tessl install tessl/pypi-rdkit@2024.9.0Platform wheels for RDKit - a comprehensive cheminformatics and machine-learning library with Python bindings
Agent Success
Agent success rate when using this tile
89%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.01x
Baseline
Agent success rate without this tile
88%
Build a molecular alignment tool that superimposes molecules in 3D space and calculates structural similarity metrics. The tool should read molecules from files, generate 3D conformations if needed, align them, and report alignment quality metrics.
The program should accept two molecular structure files as input:
Support the following input formats:
If input molecules lack 3D coordinates:
Perform 3D structural alignment:
Calculate and report the following alignment metrics:
Write the aligned query molecule to an output file:
aligned_query.molInput:
c1ccccc1 (benzene)c1ccc(O)cc1 (phenol)Expected behavior:
aligned_query.molInput:
Expected behavior:
aligned_query.molInput:
CCO (ethanol)c1ccccc1 (benzene)Expected behavior:
aligned_query.molProvides cheminformatics capabilities for molecular manipulation, 3D structure generation, and alignment operations.