Retrosynthesis route finder — AiZynthFinder + Rxn-INSIGHT + Chemistry by Design
Project description
path_finder
This package aims to find the best retro synthesis pathways for some drugs, based on criteria selected by the user.
🔥 Usage
from mypackage import main_func
# One line to rule them all
result = main_func(data)
This usage example shows how to quickly leverage the package's main functionality with just one line of code (or a few lines of code).
After importing the main_func (to be renamed by you), you simply pass in your data and get the result (this is just an example, your package might have other inputs and outputs).
Short and sweet, but the real power lies in the detailed documentation.
👩💻 Installation
Create a new environment, you may also give the environment a different name.
conda create -n path_finder python=3.10
conda activate path_finder
(conda_env) $ pip install .
If you need jupyter lab, install it
(path_finder) $ pip install jupyterlab
🛠️ Development installation
Initialize Git (only for the first time).
Note: You should have create an empty repository on https://github.com:YaraChahda/path_finder.
git init
git add *
git add .*
git commit -m "Initial commit"
git branch -M main
git remote add origin git@github.com:YaraChahda/path_finder.git
git push -u origin main
Then add and commit changes as usual.
To install the package, run
(path_finder) $ pip install -e ".[test,doc]"
Run tests and coverage
(conda_env) $ pip install tox
(conda_env) $ tox
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 path_finder_retrosynthesis-1.0.1.tar.gz.
File metadata
- Download URL: path_finder_retrosynthesis-1.0.1.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aa9f295f0e4c8701be36a78c7aaed1e042e639ec4c0e096974f576090c6a146
|
|
| MD5 |
ac2c9b634417340482cddfe46cf9adcb
|
|
| BLAKE2b-256 |
acf12078d43518088d1b7ff4c2008225c92263ffbbd00c2119e270eacd43ad63
|
File details
Details for the file path_finder_retrosynthesis-1.0.1-py3-none-any.whl.
File metadata
- Download URL: path_finder_retrosynthesis-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6343514756fe7ad4364756d7b303e2c67a9f3ea326cbe5df34883519d246b62b
|
|
| MD5 |
b5081669f3c0753d428eb4961ad5a107
|
|
| BLAKE2b-256 |
f1d3491cf2612a4b7ea6c0db6ffa8628381daacc5a39137d5db1dc6199b03ab1
|