forked from deepchem/deepchem
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
9 changed files
with
333 additions
and
10 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# flake8: noqa | ||
from deepchem.dock.pose_generation import PoseGenerator | ||
from deepchem.dock.pose_generation import VinaPoseGenerator | ||
from deepchem.dock.pose_generation import GninaPoseGenerator | ||
from deepchem.dock.docking import Docker | ||
from deepchem.dock.binding_pocket import ConvexHullPocketFinder |
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
_ | ||
(_) | ||
__ _ _ __ _ _ __ __ _ | ||
/ _` | '_ \| | '_ \ / _` | | ||
| (_| | | | | | | | | (_| | | ||
\__, |_| |_|_|_| |_|\__,_| | ||
__/ | | ||
|___/ | ||
|
||
gnina master:b4a640e Built Jan 28 2021. | ||
gnina is based on smina and AutoDock Vina. | ||
Please cite appropriately. | ||
|
||
WARNING: No GPU detected. CNN scoring will be slow. | ||
Recommend running with single model (--cnn crossdock_default2018) | ||
or without cnn scoring (--cnn_scoring=none). | ||
|
||
Commandline: /tmp/gnina --autobox_ligand 10gs_rec.pdb --config conf.txt --out docked.pdbqt --log log.txt | ||
Using random seed: 2128721554 | ||
|
||
mode | affinity | CNN | CNN | ||
| (kcal/mol) | pose score | affinity | ||
-----+------------+------------+---------- | ||
1 -4.37 0.6392 4.336 | ||
2 -3.56 0.6202 4.162 |
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
Oops, something went wrong.