Skip to content
Snippets Groups Projects
Commit b6780362 authored by cmaffeo2's avatar cmaffeo2
Browse files

Finished clear_atomic command

parent dc3feb95
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
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