Skip to content

Latest commit

 

History

History
187 lines (137 loc) · 10.1 KB

README.md

File metadata and controls

187 lines (137 loc) · 10.1 KB

DORAnet (Designing Optimal Reaction Avenues Network Enumeration Tool)

This is a repo containing the DORAnet network generation framework.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This project is a rework of both minedatabase and NetGen. It is intended to streamline and extend the implementation of chemical reaction network generation for research purposes. The aforementioned programs possess some weaknesses in terms of a lack of transferability, customizability, and ease of use. DORAnet is intended to solve these problems using the industry-standard molecule manipulation framework RDKit (though others can be implemented), an object-oriented approach to network generation, and a flexible dependency injection scheme which can handle low-level performance tradeoffs such as speed-memory and parallelization.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will need to the pip package manager to install DORAnet, either in a virtual environment (recommended) or in your system installation. Virtual environments can be generated using venv, Anaconda, or a package manager of your choice.

Installation

  1. Activate a virtual environment in a terminal (CMD/bash/etc.) using the methods provided in their documentation. Make sure that python and pip are installed.
  2. Install DORAnet using pip.
pip install doranet
  1. The program is now installed! If this is your first time, please proceed to the Tutorial.

(back to top)

Usage

There are tutorials available for the core code here.

(back to top)

Contact

William Sprague - [email protected]

Project Link: https://github.com/wsprague-nu/doranet

(back to top)

Acknowledgments

(back to top)