Mercurial > repos > glogobyte > mirviz
comparison viz.py @ 11:0a4d6c483ff0 draft
Uploaded
| author | glogobyte |
|---|---|
| date | Wed, 20 Oct 2021 14:45:41 +0000 |
| parents | 4d59ac081282 |
| children | 847318ed9a5c |
comparison
equal
deleted
inserted
replaced
| 10:cc071a0d5d43 | 11:0a4d6c483ff0 |
|---|---|
| 90 [x.start() for x in p] | 90 [x.start() for x in p] |
| 91 [x.join() for x in p] | 91 [x.join() for x in p] |
| 92 | 92 |
| 93 pdf_after_DE(analysis,args.top_mirnas,args.tool_directory,iso_star_flag,non_star_flag) | 93 pdf_after_DE(analysis,args.top_mirnas,args.tool_directory,iso_star_flag,non_star_flag) |
| 94 | 94 |
| 95 print('That took {} seconds'.format(time.time() - starttime)) | 95 print('Runtime: {} seconds'.format(round(time.time() - starttime,2))) |
| 96 | 96 |
