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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
38a23488
Commit
38a23488
authored
9 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Renamed _closedels to _closegaps
parent
d8c15fde
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
rawmodel/pymod/CMakeLists.txt
+1
-1
1 addition, 1 deletion
rawmodel/pymod/CMakeLists.txt
rawmodel/pymod/__init__.py
+1
-1
1 addition, 1 deletion
rawmodel/pymod/__init__.py
rawmodel/pymod/_closegaps.py
+0
-0
0 additions, 0 deletions
rawmodel/pymod/_closegaps.py
with
2 additions
and
2 deletions
rawmodel/pymod/CMakeLists.txt
+
1
−
1
View file @
38a23488
...
@@ -7,7 +7,7 @@ export_gap_extender.cc
...
@@ -7,7 +7,7 @@ export_gap_extender.cc
set
(
RAWMODEL_PYMOD
set
(
RAWMODEL_PYMOD
__init__.py
__init__.py
_close
del
s.py
_close
gap
s.py
)
)
pymod
(
NAME rawmodel
pymod
(
NAME rawmodel
...
...
This diff is collapsed.
Click to expand it.
rawmodel/pymod/__init__.py
+
1
−
1
View file @
38a23488
...
@@ -3,7 +3,7 @@ Initialise the rawmodel module.
...
@@ -3,7 +3,7 @@ Initialise the rawmodel module.
"""
"""
from
_rawmodel
import
BuildRawModel
,
StructuralGap
,
GapExtender
,
\
from
_rawmodel
import
BuildRawModel
,
StructuralGap
,
GapExtender
,
\
RawModelingResult
RawModelingResult
from
_close
del
s
import
_CloseSmallDeletions
from
_close
gap
s
import
_CloseSmallDeletions
# this should attach _CloseSmallDeletions to RawModelingResult as class method.
# this should attach _CloseSmallDeletions to RawModelingResult as class method.
setattr
(
RawModelingResult
,
'
CloseSmallDeletions
'
,
_CloseSmallDeletions
)
setattr
(
RawModelingResult
,
'
CloseSmallDeletions
'
,
_CloseSmallDeletions
)
This diff is collapsed.
Click to expand it.
rawmodel/pymod/_close
del
s.py
→
rawmodel/pymod/_close
gap
s.py
+
0
−
0
View file @
38a23488
File moved
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
register
or
sign in
to comment