Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
98fcf663
Commit
98fcf663
authored
Feb 22, 2016
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
SCHWED-679
: updated pipeline in BuildFromRawModel
parent
c9963b0a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modelling/pymod/_pipeline.py
+6
-1
6 additions, 1 deletion
modelling/pymod/_pipeline.py
with
6 additions
and
1 deletion
modelling/pymod/_pipeline.py
+
6
−
1
View file @
98fcf663
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment