SkillAgentSearch skills...

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.

Install / Use

/learn @srijitseal/Hermessmiles
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="assets/logo.png" alt="hermessmiles Logo" width="200"/> </p> <h3 align="center"> 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. </h3> <br/>

PyPI Python Python Tests Repo Size


📌 Installation

pip install hermessmiles

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.

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated10mo ago
Forks2

Languages

HTML

Security Score

67/100

Audited on May 19, 2025

No findings