Use TLDR for dockopt, decoy generation, and job management.
Project description
What is it?
A toolkit to interface the https://tldr.docking.org/ webserver, a webserver home to a collection of docking optimization and benchmark molecular docking programs.
- BSD license - a business friendly license for open source
- Core data structures and algorithms in C++
- Python 3.x wrapper generated using Boost.Python
- Java and C# wrappers generated with SWIG
- JavaScript (generated with emscripten) and CFFI wrappers around important functionality
- 2D and 3D molecular operations
- Descriptor and Fingerprint generation for machine learning
- Molecular database cartridge for PostgreSQL supporting substructure and similarity searches as well as many descriptor calculators
- Cheminformatics nodes for KNIME
- Contrib folder with useful community-contributed software harnessing the power of the RDKit
Installation
Installation is super easy and pip installable. Pleaes make sure you have Python 3.6 installed.
$ pip install tldr-tools
Usage
To view the current implemented modules in tldr-tools, please run:
$ tldr-submit --list-modules
For example, if running decoy generation is desired:
tldr-submit --module decoys --activesism input_files/actives.ism --decoygenin input_files/decoy_generation.in --memo "Decoy generation for ADA, replicate 1"
Documenting runs with the optional memo parameter is encouraged.
Pass in a job number to check on a status of a run:
tldr-status --job-number 14886
Once a run is successful, you can download the output to a local directory:
tldr-download --job-number 14886 --output some_folder
Extending tldr-tools
Community and expansion is encouraged and made easy with this codebase. Adding new modules that are newly introduced on https://tldr.docking.org/ is painless, and is as simple as adding a new Endpoint and required/optional list of files.
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
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 tldr_tools-0.1.0.tar.gz.
File metadata
- Download URL: tldr_tools-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcd683185a53f58c22613655bc2e79f51c483c0408ae5db729ae5ab6e87f313c
|
|
| MD5 |
2769ac3daae6b3a8ae753224440c1c59
|
|
| BLAKE2b-256 |
f09f64890ff66069bbdbb93fb9aded92ae57c18970ea1fcf0cf9f5bb93bc9649
|
File details
Details for the file tldr_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tldr_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30151a616de9154c38fbecdc20fcbf86b0a5fcbef97a44324f2db84bf9d2953e
|
|
| MD5 |
f7000cd79bcc62a076cfdf7f0930758e
|
|
| BLAKE2b-256 |
65b86dda26d710856c476894b80f2253e73d615fd81e9da20a1747d4d54a1815
|