Platform wheels for RDKit - a comprehensive cheminformatics and machine-learning library with Python bindings
89
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.
Install with Tessl CLI
npx tessl i tessl/pypi-rdkitevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10