diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 21:06:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-14 21:06:18 +0200 |
| commit | d268fb618af06cc169e99d4219330c44881eb5a7 (patch) | |
| tree | 43d0aa86e326a40621173bbc597769b4bf278300 | |
| parent | 0cbd6a8f9d52e3b0929f279d87125e9f5cf3f076 (diff) | |
lol
| -rw-r--r-- | model.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ class PrimedGenerator(Runner): print("_____________--_-_-_______") print("INITTTTTTTT {}".format(primer)) if recursive: - print "RECURSIVE" + print("RECURSIVE") print(sequences.shape) print("__________________--_-__--_________________") print("__-__________-_______________") |
