Skip to content

Commit fd8d1bb

Browse files
committed
Update test.py
1 parent 417e70e commit fd8d1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#seq = "AAAAAAAAAAAAAAAAGAAATCCAAATAAAATTT"
77
seq = "GTTTTGTTTTGTTTTGTTTTTTGAGACAGAGTTTC"
88

9-
atr = pytrf.ATRFinder('chr1', seq)
10-
print(atr.as_list())
9+
for atr in pytrf.ATRFinder('chr1', seq):
10+
print(atr.as_string())

0 commit comments

Comments
 (0)