MolVS is a molecule validation and standardization tool, written in Python using the RDKit chemistry framework.
Building a collection of chemical structures from different sources can be difficult due to differing representations, drawing conventions and mistakes. MolVS can standardize chemical structures to improve data quality, help with de-duplication and identify relationships between molecules.
There are sensible defaults that make it easy to get started:
>>> from molvs import standardize_smiles
>>> standardize_smiles('[Na]OC(=O)c1ccc(C[S+2]([O-])([O-]))cc1')
'[Na+].O=C([O-])c1ccc(CS(=O)=O)cc1'
Installation
To install MolVS with Anaconda Oython, simply run:
conda install molvs
Alternatively, try one of the other installation options.
Documentation
Full documentation is available at http://molvs.readthedocs.io.
Contribute
Feature ideas and bug reports are welcome on the Issue Tracker.
Fork the source code on GitHub, make changes and send a pull request.
License
MolVS is licensed under the MIT license.
Similar projects
There are a number of projects with similar goals that take differing approaches:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file MolVS-0.1.1.tar.gz.
File metadata
- Download URL: MolVS-0.1.1.tar.gz
- Upload date:
- Size: 61.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3679713d95774f69625e42b7e83b161be48df8d994768ba2786440f085497474
|
|
| MD5 |
7c2e4b3b276614a3e75023f571329ce2
|
|
| BLAKE2b-256 |
08dcd948e83b97f2c420cb6c7e2143ae349560d3b5b061945f1b2a4eefb0231c
|