Mercurial > repos > glogobyte > armdb
comparison armdb_mirgene.py @ 6:41f5a0616dbb draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 14:45:09 +0000 |
parents | d133caf020a7 |
children | 43cecced90f5 |
comparison
equal
deleted
inserted
replaced
5:5eaef131313c | 6:41f5a0616dbb |
---|---|
85 p1.extend([Process(target=write_custom_arms(pri_mirna,"original_mirnas.bed",0))]) | 85 p1.extend([Process(target=write_custom_arms(pri_mirna,"original_mirnas.bed",0))]) |
86 p1.extend([Process(target=write_custom_arms(mat_ext,"new_ref.fa",1))]) | 86 p1.extend([Process(target=write_custom_arms(mat_ext,"new_ref.fa",1))]) |
87 [x.start() for x in p1] | 87 [x.start() for x in p1] |
88 [x.join() for x in p1] | 88 [x.join() for x in p1] |
89 | 89 |
90 print('That runtime was {} seconds'.format(time.time() - starttime)) | 90 print('Runtime: {} seconds'.format(round(time.time() - starttime,2))) |