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

Fixed corner case for ssDNA in cadnano reader

parent 0e3c7a68
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ class cadnano_part(SegmentModel):
split_regions.append( (z1,z2) )
z1 = z2+1
z2 = zid2
if z2 > z1: split_regions.append( (z1,z2) )
split_regions.append( (z1,z2) )
# if hid == 43:
# import pdb
......
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