This repo contains modules that can be exploited to perform your own drug discovery software.
To install the necessary dependencies, run:
pip install -r requirements.txtTo use the modules in this project, import them into your Python scripts as follows:
from module_name import function_nameReplace module_name and function_name with the appropriate names from the project.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License.