Mercurial > repos > glogobyte > isoread
diff mirgene.py @ 21:476121298816 draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 12:11:15 +0000 |
parents | f44185f616bc |
children | 537dcf5b0133 |
line wrap: on
line diff
--- a/mirgene.py Wed Oct 20 12:11:04 2021 +0000 +++ b/mirgene.py Wed Oct 20 12:11:15 2021 +0000 @@ -241,8 +241,6 @@ ############################## Detection of Both ####################################### - half = time.time() - if args.anal == "2": # Initialization of the managers between the proccesses @@ -407,8 +405,7 @@ ps_write.join() [p.join() for p in ps1_matrix] procs1.join() - print('That took {} seconds'.format(time.time() - half)) - print('That took {} seconds'.format(time.time() - starttime)) + print('Running time: {} seconds'.format(time.time() - starttime))