Mercurial > repos > glogobyte > mirviz
diff viz.py @ 11:0a4d6c483ff0 draft
Uploaded
| author | glogobyte |
|---|---|
| date | Wed, 20 Oct 2021 14:45:41 +0000 |
| parents | 4d59ac081282 |
| children | 847318ed9a5c |
line wrap: on
line diff
--- a/viz.py Wed Oct 20 08:45:05 2021 +0000 +++ b/viz.py Wed Oct 20 14:45:41 2021 +0000 @@ -92,5 +92,5 @@ pdf_after_DE(analysis,args.top_mirnas,args.tool_directory,iso_star_flag,non_star_flag) -print('That took {} seconds'.format(time.time() - starttime)) +print('Runtime: {} seconds'.format(round(time.time() - starttime,2)))
