Code Monkey home page Code Monkey logo

moldrug's Introduction

moldrug (AKA mouse)

logo

Documentation Documentation
Tutorials binder
CI/CD tests codacy-grade codacy-codecove CodeQL
Build pypi-version conda
Source Code GitHub-Repo
Python Versions pyversions
Dependencies rdkit crem Meeko
License license
Downloads download

Description

moldrug (AKA mouse) is a Python package for drug-oriented optimization in the chemical space. It uses a Genetic Algorithm (GA) as a search engine in the chemical space and CReM library as chemical structure generator.

You can try it out before any installation on Binder.

You can use moldrug-Dashboard to process the results.

Documentation

The installation instructions, documentation and tutorials can be found online on ReadTheDocs.

Issues

If you have found a bug, please open an issue on the GitHub Issues.

Discussion

If you have questions on how to use moldrug, or if you want to give feedback or share ideas and new features, please head to the GitHub Discussions.

Citing moldrug

Please refer to the citation page on the documentation.

Funding

This project received funding from Marie Skłodowska-Curie Actions. It was developed in the Computational Biophysics Group of Saarland University in collaboration with the pharmaceutical company Boehringer Ingelheim.

moldrug's People

Contributors

ale94mleon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

moldrug's Issues

Fragment database used

Hi Alejandro,

I'm a developed of CReM and I noticed that you use a fragment database with suffix sc2 in examples in documentation. I would not recommend to use it, use the one with suffix sa2. SC scores are not very reasonable to estimate synthetic accessibility and those databases were left for historical reasons. Using sa2 database will result in more meaningful molecules. Just a recommendation from my experience.
You may also ask questions by email, if you will have them - [email protected].

Pavel.

TypeError: 'type' object is not subscriptable


TypeError Traceback (most recent call last)
Input In [2], in <cell line: 2>()
1 from rdkit import Chem
----> 2 from moldrug import utils, fitness
3 from moldrug.data import receptors, ligands, boxes
4 import tempfile, os, gzip, shutil, requests

File ~/anaconda3/envs/py38_rdkit/lib/python3.8/site-packages/moldrug/utils.py:101, in
98 else:
99 return pdbqt_string
--> 101 def get_sim(ms:list[Chem.rdchem.Mol], ref_fps:list):
102 """Get the molecules with higher similarity to each member of ref_fps.
103
104 Parameters
(...)
114 A list of molecules with the higher similarity with their corresponded ref_fps value.
115 """
116 output = []

TypeError: 'type' object is not subscriptable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.