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/df1.csv")
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.1.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.1.tar.gz.
File metadata
- Download URL: hermessmiles-0.1.1.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 |
d9c18cbf4ee329f3d0635a3d01ef2c4cde1dc8dc2ac33c3c4c53ec80afbddce6
|
|
| MD5 |
7c6fa7653a5e1223d1f7f098c88f6bbb
|
|
| BLAKE2b-256 |
5dff0b79893f3bdf9ed387777134c8aa894c0a455193e59af715c9084aeef59e
|
File details
Details for the file hermessmiles-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hermessmiles-0.1.1-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 |
42e75358e18f8995e607cd073f33936c578f21c7d581ab7f8e391cd35d226297
|
|
| MD5 |
62528f63519eb759609dd636741a771b
|
|
| BLAKE2b-256 |
5dfe4f4879b45d8e0710f7953becf8c9cf9668e2a42365cfce5523046414c49a
|