Skip to content

Commit

Permalink
seeding the random number generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jisraeli committed May 3, 2017
1 parent d799d85 commit e53fb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simdna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
ENCODE_MOTIFS_PATH = resource_filename('simdna.resources', 'encode_motifs.txt.gz')
HOCOMOCO_MOTIFS_PATH = resource_filename('simdna.resources', 'HOCOMOCOv10_HUMAN_mono_homer_format_0.001.motif.gz')
random = random.Random()
random.seed(1)

0 comments on commit e53fb93

Please sign in to comment.