We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0bd40 commit baa0e19Copy full SHA for baa0e19
example.py
@@ -1,5 +1,6 @@
1
import ssp
2
3
-arr = ['n', 'ora', 'bne', 'eor']
+arr = ["CATGC", "CTAAGT", "GCTA", "TTCA", "ATGCATC"]
4
+
5
res = ssp.generate_superstring(arr)
6
print(res)
0 commit comments