Skip to content

andreazedda/bmyLab4DrugDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmyLab4DrugDiscovery

This repo contains modules that can be exploited to perform your own drug discovery software.

Installation

To install the necessary dependencies, run:

pip install -r requirements.txt

Usage

To use the modules in this project, import them into your Python scripts as follows:

from module_name import function_name

Replace module_name and function_name with the appropriate names from the project.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

About

This repo contains modules that can be exploited to perform your own drug discovery software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors