Mercurial > repos > glogobyte > armdb
comparison armdb_mirbase.py @ 7:40c50594116c draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:45:20 +0000 |
parents | 6c267b9256fa |
children | 6f0fa933b3ed |
comparison
equal
deleted
inserted
replaced
6:41f5a0616dbb | 7:40c50594116c |
---|---|
133 # Extract the sequences of the Custom Arms | 133 # Extract the sequences of the Custom Arms |
134 p3 = Process(target=bedtool(args.genome)) | 134 p3 = Process(target=bedtool(args.genome)) |
135 p3.start() | 135 p3.start() |
136 p3.join() | 136 p3.join() |
137 | 137 |
138 print('The total runtime was {} seconds'.format(time.time() - starttime)) | 138 print('Runtime: {} seconds'.format(round(time.time() - starttime,2))) |
139 | 139 |