Skip to content
GitLab
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
03dc591c
Commit
03dc591c
authored
Feb 19, 2020
by
cmaffeo2
Browse files
Deprecated SingleStrandedDNA.connect_5end
parent
e49c8d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mrdna/segmentmodel.py
View file @
03dc591c
...
...
@@ -1228,10 +1228,6 @@ class SingleStrandedSegment(Segment):
def
connect_start5
(
self
,
end3
,
force_connection
=
False
):
self
.
_connect_end
(
end3
,
_5_to_3
=
False
,
force_connection
=
force_connection
)
def
connect_5end
(
self
,
end3
,
force_connection
=
False
):
# TODO: change name or possibly deprecate
print
(
"WARNING: 'connect_5end' will be deprecated"
)
return
self
.
connect_start5
(
end3
,
force_connection
=
False
)
def
_connect_end
(
self
,
other
,
_5_to_3
,
force_connection
):
assert
(
isinstance
(
other
,
Location
)
)
if
_5_to_3
==
True
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment