Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbgl
tools
mrdna
Commits
b6780362
Commit
b6780362
authored
Sep 13, 2018
by
cmaffeo2
Browse files
Finished clear_atomic command
parent
dc3feb95
Changes
1
Hide whitespace changes
Inline
Side-by-side
mrdna/segmentmodel.py
View file @
b6780362
...
...
@@ -1443,6 +1443,9 @@ class SegmentModel(ArbdModel):
for
strand
in
self
.
strands
:
for
s
in
strand
.
children
:
s
.
clear_all
()
for
seg
in
self
.
segments
:
for
d
in
(
'fwd'
,
'rev'
):
seg
.
strand_pieces
[
d
]
=
[]
def
clear_beads
(
self
):
return
self
.
_clear_beads
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment