Skip to content

Commit

Permalink
Daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
scikal authored Dec 20, 2021
1 parent 7ff0edf commit 3ae7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ANEUPLOIDY_TEST.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def aneuploidy_test(obs_filename,leg_filename,hap_filename,samp_filename,

time0 = time.time()

random.seed(a=kwargs.get('seed', 0), version=2) #I should make sure that a=None after finishing to debug the code.
random.seed(a=kwargs.get('seed', None), version=2) #I should make sure that a=None after finishing to debug the code.
path = os.path.realpath(__file__).rsplit('/', 1)[0] + '/MODELS/'
models_filename = kwargs.get('model', path + ('MODELS18.p' if max_reads>16 else ('MODELS16.p' if max_reads>12 else 'MODELS12.p')))

Expand Down

0 comments on commit 3ae7ef1

Please sign in to comment.