Skip to content
Snippets Groups Projects
Commit 10fb195e authored by Michael Sandholzer's avatar Michael Sandholzer
Browse files

modified: modules.py

parent fbd7d89a
No related branches found
No related tags found
1 merge request!20Logger
......@@ -64,7 +64,7 @@ def read_sequence(seq, read_length):
str: returns sequenced element
'''
LOG.info("Reading sequences.")
from random import choice
bases = ["A", "T", "C", "G"]
sequenced = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment