Skip to content

Commit baa0e19

Browse files
committed
Use DNA set in example.
1 parent 3d0bd40 commit baa0e19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import ssp
22

3-
arr = ['n', 'ora', 'bne', 'eor']
3+
arr = ["CATGC", "CTAAGT", "GCTA", "TTCA", "ATGCATC"]
4+
45
res = ssp.generate_superstring(arr)
56
print(res)

0 commit comments

Comments
 (0)