SMILES to MOL2 icon

SMILES to MOL2

(1.0.0)

Generate MOL2 files from SMILES strings for docking, scoring, and modeling workflows. Learn more

SMILES to MOL2 icon

SMILES to MOL2

(1.0.0)

Generate MOL2 files from SMILES strings for docking, scoring, and modeling workflows. Learn more

Related tools

MOL2 to SMILES

MOL2 to SMILES

Convert MOL2 ligand files into SMILES strings for registration, filtering, and downstream analysis.

format-conversionsmall-molecule+3
InChI to SMILES

InChI to SMILES

Convert InChI strings into SMILES with batch support and downloadable outputs.

format-conversionsmall-molecule+2
MOL to SMILES

MOL to SMILES

Convert MDL MOL ligand files into canonical SMILES strings for registration, filtering, and downstream analysis.

format-conversionsmall-molecule+2
SDF to SMILES

SDF to SMILES

Convert SDF ligand files, including multi-record batches, into SMILES strings.

format-conversionsmall-molecule+3
SMILES to InChI

SMILES to InChI

Convert SMILES strings into InChI strings with batch support and downloadable outputs.

format-conversionsmall-molecule+2
SMILES to PDB

SMILES to PDB

Convert SMILES strings into 3D PDB files for molecular visualization and downstream docking preparation.

format-conversionsmall-molecule+3
SMILES to SDF

SMILES to SDF

Convert single SMILES strings or small batches into 3D SDF files with downloadable per-entry files and a combined batch output.

format-conversionsmall-molecule+3
Open Babel

Open Babel

Run Open Babel in the browser to convert chemical and structure files, with coordinate, hydrogen, and pH options where the WASM runtime supports them.

format-conversionsmall-molecule+4
PDB to SDF Converter

PDB to SDF Converter

Convert Protein Data Bank files to Structure Data Format

format-conversionsmall-molecule+2
SDF to PDB Converter

SDF to PDB Converter

Convert Structure Data Format files to Protein Data Bank format

format-conversionsmall-molecule+2
ProteinIQ
DashboardMy resultsProjectsNew
ToolsWorkflowsFiles

  • PDB Viewer
  • MSA Viewer
  • Molecule Drawer
AI Assistant
UsageSettingsSupport

Related tools

MOL2 to SMILES

MOL2 to SMILES

Convert MOL2 ligand files into SMILES strings for registration, filtering, and downstream analysis.

format-conversionsmall-molecule+3
InChI to SMILES

InChI to SMILES

Convert InChI strings into SMILES with batch support and downloadable outputs.

format-conversionsmall-molecule+2
MOL to SMILES

MOL to SMILES

Convert MDL MOL ligand files into canonical SMILES strings for registration, filtering, and downstream analysis.

format-conversionsmall-molecule+2
SDF to SMILES

SDF to SMILES

Convert SDF ligand files, including multi-record batches, into SMILES strings.

format-conversionsmall-molecule+3
SMILES to InChI

SMILES to InChI

Convert SMILES strings into InChI strings with batch support and downloadable outputs.

format-conversionsmall-molecule+2
SMILES to PDB

SMILES to PDB

Convert SMILES strings into 3D PDB files for molecular visualization and downstream docking preparation.

format-conversionsmall-molecule+3
SMILES to SDF

SMILES to SDF

Convert single SMILES strings or small batches into 3D SDF files with downloadable per-entry files and a combined batch output.

format-conversionsmall-molecule+3
Open Babel

Open Babel

Run Open Babel in the browser to convert chemical and structure files, with coordinate, hydrogen, and pH options where the WASM runtime supports them.

format-conversionsmall-molecule+4
PDB to SDF Converter

PDB to SDF Converter

Convert Protein Data Bank files to Structure Data Format

format-conversionsmall-molecule+2
SDF to PDB Converter

SDF to PDB Converter

Convert Structure Data Format files to Protein Data Bank format

format-conversionsmall-molecule+2

Input

Configuration

10 credits

Output

Configure inputs to begin

Set options on the left, then click “Submit job”.

What is SMILES to MOL2?

SMILES to MOL2 converts SMILES strings into three-dimensional MOL2 (Tripos MOL2) files using RDKit. MOL2 is the standard ligand format for many molecular docking programs — AutoDock, DOCK6, GOLD, and Glide all accept it. While SMILES encodes only 2D connectivity, MOL2 carries Tripos atom types, partial charges, and 3D coordinates required by these tools.

How to use SMILES to MOL2 online

ProteinIQ generates 3D MOL2 structures server-side, accepting SMILES strings directly from the browser with no RDKit installation needed.

Input

Input typeFormat details
SMILES stringsOne SMILES per line, or name<TAB>SMILES pairs for named compounds
File upload.txt, .csv, .tsv, .smi, .smiles files
PubChem fetchCompound names or CIDs fetched in batch from PubChem
Batch limitUp to 10 entries per job

Settings

SettingDescription
Add hydrogensAdds explicit hydrogens before 3D embedding (default: on). Required for accurate geometry and most docking pipelines.
Optimize geometryRuns a short UFF force field minimization after embedding (default: on). Improves coordinate quality for strained or flexible structures.

Output

Each input compound produces a separate .mol2 file, downloadable individually and ready to use as ligand input in docking software.

How it works

RDKit's AllChem.EmbedMolecule generates 3D coordinates using distance geometry. When Add hydrogens is on, Chem.AddHs is called first so hydrogen positions are included. When Optimize geometry is on, Universal Force Field (UFF) minimization via AllChem.UFFOptimizeMolecule refines bond lengths, angles, and torsions. The structure is then written in Tripos MOL2 format.

Limitations

  • A single conformer is generated per molecule. For ensemble docking or conformer sampling, generate multiple conformers separately.
  • Very large or highly flexible macrocycles can fail distance geometry embedding.
  • Tautomer and protonation state are taken as given from the input SMILES. Adjust ionization state before conversion if target pH matters.

Table of contents