Mercurial > repos > glogobyte > isoread
diff mirgene.py @ 28:537dcf5b0133 draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:40:26 +0000 |
parents | 476121298816 |
children | d119424f67b6 |
line wrap: on
line diff
--- a/mirgene.py Wed Oct 20 14:40:13 2021 +0000 +++ b/mirgene.py Wed Oct 20 14:40:26 2021 +0000 @@ -405,7 +405,7 @@ ps_write.join() [p.join() for p in ps1_matrix] procs1.join() - print('Running time: {} seconds'.format(time.time() - starttime)) + print('Running time: {} seconds'.format(round(time.time() - starttime,2)))