Skip to content
Snippets Groups Projects
Unverified Commit 01c06e72 authored by Xavier Robin's avatar Xavier Robin
Browse files

Refactor ligand_scoring imports

This way we avoid making networkx a hard dependency on mol.alg.
parent 321b7f05
No related branches found
No related tags found
No related merge requests found
import os.path
from ._ost_mol_alg import *
from ost.mol.alg.scoring import *
from ost.mol.alg.ligand_scoring_base import *
from ost.mol.alg.ligand_scoring_lddtpli import *
from ost.mol.alg.ligand_scoring_scrmsd import *
from ost.mol.alg.superpose import *
import ost.mol.alg.trajectory_analysis
import ost.mol.alg.structure_analysis
......
from ost.mol.alg.ligand_scoring_base import *
from ost.mol.alg.ligand_scoring_lddtpli import *
from ost.mol.alg.ligand_scoring_scrmsd import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment