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

unittest update

Modelling unit tests used a custom compound library. This compound
library can't be loaded with latest OST anymore. It's safe to assume
that the compound library which is required by ProMod3 does the job.
parent 9fb0fd71
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ set(MODELLING_TEST_DATA
data/CA-3cm91E.pdb
data/cbeta.fasta
data/cbeta.pdb
data/compounds.chemlib
data/del.fasta
data/ff_NAD.dat
data/gly.pdb
......
File deleted
......@@ -23,13 +23,6 @@ from ost import conop, seq, io, mol, geom
class ModellingTests(unittest.TestCase):
def setUp(self):
compound_lib = conop.CompoundLib.Load(
'data/compounds.chemlib')
conop.SetDefaultLib(compound_lib)
io.profiles['DEFAULT'].processor = conop.RuleBasedProcessor(
compound_lib)
#######################################################################
# HELPERs
#######################################################################
......
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