Skip to content

Commit

Permalink
updated random nucl sequence generator function
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanbit committed Apr 29, 2024
1 parent 8b95131 commit b24378e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seqplotter/nucl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from collections import defaultdict
import numpy as np
from collections import Counter
from random import randint, uniform

class DNA(Sequence):

Expand Down

0 comments on commit b24378e

Please sign in to comment.