Skip to content

Commit

Permalink
update test case in docstring of ReverseComplement
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 2, 2024
1 parent c1f78ee commit 916bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trtools/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def ReverseComplement(seq):
>>> ReverseComplement("AGGCT")
'AGCCT'
>>> ReverseComplement("AGGCTRY")
'RAGCCT'
'RYAGCCT'
"""
iupac_complement = {
'A': 'T', 'C': 'G', 'G': 'C', 'T': 'A',
Expand Down

0 comments on commit 916bdc0

Please sign in to comment.