SMILES comparison tool with overlap visualization
Project description
# Hermessmiles
A tool to compare two CSV files of SMILES strings, find overlapping compounds by InChIKey prefix, and generate an HTML visualization of matching structures.
## Installation
```bash
pip install .
Usage
from hermessmiles.processor import SMILESProcessor, find_overlaps
from hermessmiles.visualizer import Visualizer
proc = SMILESProcessor()
df1 = proc.process("assets/df1.csv")
df2 = proc.process("assets/df2.csv")
overlaps = find_overlaps(df1, df2)
viz = Visualizer(overlaps, "output/results.html")
viz.render()
By default, the output HTML is saved as overlap_structures_<timestamp>.html in your working directory.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hermessmiles-0.1.2.tar.gz
(6.2 kB
view details)
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 hermessmiles-0.1.2.tar.gz.
File metadata
- Download URL: hermessmiles-0.1.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea4d7785c61b91430510673688e8224b1593a11ee7ad5216923b8c037a7ff58d
|
|
| MD5 |
2cbdb7e846d4df88857bb2b222965919
|
|
| BLAKE2b-256 |
037d33dca9aed5070b17b856637492067fe0a1d5c025f6f5b2d8a46286872fe1
|
File details
Details for the file hermessmiles-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hermessmiles-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87d4b8f50f241448c91afaff46e20bb97f4848dc9c7999143cd8fb3b111669f0
|
|
| MD5 |
60feae4b2919bdbc6ca8eaa982a6089f
|
|
| BLAKE2b-256 |
993717665f10adc55532674155756a7bd2774151a312da4f228ceaaa19b65933
|