bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
145 stars 53 forks source link

time.clock has been removed in Python 3.8 #63

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

Ref : https://bugs.python.org/issue36895

python lib/bx/intervals/operations/quicksect.py
Traceback (most recent call last):
  File "lib/bx/intervals/operations/quicksect.py", line 169, in <module>
    main()
  File "lib/bx/intervals/operations/quicksect.py", line 141, in main
    starttime = time.clock()
AttributeError: module 'time' has no attribute 'clock'