Skip to content

Commit 44a4845

Browse files
committed
Change init import sequence
1 parent cab0b78 commit 44a4845

File tree

2 files changed

+9399
-66
lines changed

2 files changed

+9399
-66
lines changed

process_scores.ipynb

Lines changed: 9397 additions & 64 deletions
Large diffs are not rendered by default.

sampledock/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
from .jtvae.mol_tree import Vocab
2+
from .jtvae.jtnn_vae import JTNNVAE
13
from .SnD.docking import dock, sort_pose, save_pose
24
from .SnD.pocket_prepare import prep_prm
35
from .SnD.sampler_util import hyperparam_loader, create_wd, smiles_to_sdfile
4-
from .jtvae.mol_tree import Vocab
5-
from .jtvae.jtnn_vae import JTNNVAE
66
from .SnD.tmap_plotter import LSH_Convert, tree_coords, df_to_faerun

0 commit comments

Comments
 (0)