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

Added type_ argument to SingleStrandedSegment.add_crossover() for...

Added type_ argument to SingleStrandedSegment.add_crossover() for compatibility with DoubleStrandedSegment
parent fdc21600
No related branches found
No related tags found
No related merge requests found
......@@ -997,7 +997,7 @@ class SingleStrandedSegment(Segment):
seg1._connect( seg2, conn, in_3prime_direction=True )
def add_crossover(self, nt, other, other_nt, strands_fwd=(True,False), nt_on_5prime=True):
def add_crossover(self, nt, other, other_nt, strands_fwd=(True,False), nt_on_5prime=True, type_='sscrossover'):
""" Add a crossover between two helices """
## Validate other, nt, other_nt
## TODO
......
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