No project description provided
Project description
Cocktail Shaker: Drug Expansion and Enumeration for Peptides!
cocktail-shaker is a high-performance drug enumeration and expansion library. cocktail-shaker leverages the computational power of RDKit to create and enumerate large volumes of drug compounds.
Announcements
- Release! Version 1.0.0-beta, August 26, 2019
- RDkit UGM 2019: talk at September 25th at the University of Hamburg, Germany.
Using Cocktail Shaker
cocktail-shaker is a young library under heavy development at this time. It targets two categories of users:
- Users familiar with RDKit, or those willing to learn RDKit, who want to create fast sets of data for high throughput screening or machine learning.
- Open-Science Scientists without any knowledge of RDKit who are seeking a a high-level wrapper to create chemical files for their software.
If you're in the first category, then you can already start using RDKit. cocktail-shaker offers a Pythonic, easy-to-use library and you can start channeling molecules in the expansion library. Instead of validating the sanity of the data, cocktail-shaker takes care of that for you. With each molecule being generated it will head into a 1D and/or 2D validation check (3D not supported yet).
If you're in the second category, we're starting to build experimental high-level python code to take care a lot of the underpinnings of RDKit.
Installation
Cocktail-shaker runs on Python 3.5+ and within a conda environment due to the RDKit dependency. A conda installation is coming soon (as soon as I figure it out).
For the time being, here is the following:
Cocktail shaker is distributed through PyPi and can be installed via:
your_env/bin/python -m pip install cocktail-shaker
Development Installation
As cocktail-shaker is under heavy development at this time, we highly recommend developers to use the development version on Github (master branch). You need to clone the repository and install cocktail-shaker with
python setup.py install
.
As a one-liner, assuming git is installed:
git clone https://github.com/Sulstice/Cocktail-Shaker.git
This will automatically install the latest version of cocktail-shaker.
Structure of cocktail-shaker
Currently, the main subpackages are:
- cocktail_shaker: Contains a lot of the high level functionality; request handling, file parsing/writing, enumeration, and expansion.
- docs: An access point for the readthedocs implementation.
- cocktail_shaker/datasources: This is where the system stores its data on predfined functional groups and/or shapes (coming soon).
- tests: Tests that are for the file handling, requests, and testing molecule pattern recognition.
The API of all public interfaces are subject to change in the future, although datasources are relatively stable at this point.
Genesis
cocktail-shaker began when one developer/scientist wanted an open source drug library.
- Lead Developer Suliman sharif
- Artwork Elena Chow
- Technical Documentation Rose Gierth
- QA Tester Marvin Corro
Now cocktail-shaker looks to build on the expertise of these developers/scientists and the broader open-science community to build an effective drug library.
External links
Project details
Release history Release notifications | RSS feed
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 cocktail_shaker-1.1.8.tar.gz
.
File metadata
- Download URL: cocktail_shaker-1.1.8.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4af271c20322f73f28f59365a90d3d09af2839c8a94cee45b597b41ff0738831 |
|
MD5 | 17b4d4468d49a3913f5b2b63ea02a8ee |
|
BLAKE2b-256 | f25269b6d7d971b5c0e280e40b9322a3824651a68d64b31fa695e672d5f88322 |