-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a8330c
commit b61d31a
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,9 @@ pip install git+https://github.com/CDDLeiden/DrugEx.git@master | |
### Optional Dependencies | ||
|
||
**[QSPRPred](https://github.com/CDDLeiden/QSPRPred.git)** - Optional package to install if you want to use the command line interface of DrugEx, which requires the models to be serialized with this package. It is also used by some examples in the tutorial. | ||
```bash | ||
pip install git+https://github.com/CDDLeiden/[email protected] | ||
``` | ||
|
||
**[RAscore](https://github.com/reymond-group/RAscore)** - If you want to use the Retrosynthesis Accessibility Score in the desirability function. | ||
- The installation of RAscore might downgrade the scikit-Learn packages. If this happens, scikit-Learn should be re-upgraded. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
jupyterlab | ||
mols2grid | ||
git+https://github.com/CDDLeiden/DrugEx.git@master#egg=drugex | ||
git+https://github.com/CDDLeiden/QSPRPred.git@main#egg=qsprpred | ||
git+https://github.com/martin-sicho/papyrus-scaffold-visualizer.git@main#egg=papyrus-scaffold-visualizer | ||
git+https://github.com/CDDLeiden/QSPRPred.git@v1.3.1#egg=qsprpred | ||
git+https://github.com/martin-sicho/papyrus-scaffold-visualizer.git@main#egg=papyrus-scaffold-visualizer |