Skip to content
Snippets Groups Projects
Commit 98fcf663 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

SCHWED-679: updated pipeline in BuildFromRawModel

parent c9963b0a
Branches
Tags
No related merge requests found
......@@ -141,6 +141,11 @@ def BuildFromRawModel(mhandle):
# iteratively merge gaps of distance i and fill loops by database
for distance in range(merge_distance):
MergeGapsByDistance(mhandle, distance)
FillLoopsByDatabase(mhandle, scorer, fragment_db, structure_db,
torsion_sampler, min_loops_required=-1,
max_res_extension=6)
FillLoopsByDatabase(mhandle, scorer, fragment_db, structure_db,
torsion_sampler, min_loops_required=-1)
FillLoopsByDatabase(mhandle, scorer, fragment_db, structure_db,
torsion_sampler)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment