changeset 11:0a4d6c483ff0 draft

Uploaded
author glogobyte
date Wed, 20 Oct 2021 14:45:41 +0000
parents cc071a0d5d43
children 847318ed9a5c
files viz.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))