Skip to content
Snippets Groups Projects
Commit 6529d141 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

no automatic import of lddt, scoring and chain_mapping in mol.alg __init__.py

Reason is that these modules add a dependency on scipy which should be
optional.
parent 56f724fa
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,6 @@ import ost.mol.alg.trajectory_analysis
import ost.mol.alg.structure_analysis
import ost.mol.alg.helix_kinks
import ost.mol.alg.hbond
import ost.mol.alg.lddt
import ost.mol.alg.scoring
import ost.mol.alg.chain_mapping
# Fills a list of reference clashing distances from a file (requires a path to the file)
def FillClashingDistancesFromFile(filename):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment