Commit fe4b2667 by Riccardo Vicedomini

fixed wrong display of execution time in HMM library construction

parent 7afbbfe4
...@@ -80,7 +80,7 @@ def main(argv=None): ...@@ -80,7 +80,7 @@ def main(argv=None):
if not validParameters: if not validParameters:
return 1 return 1
start = time.clock() start = time.perf_counter()
fileList = [] fileList = []
if args.hmmFile is not None: if args.hmmFile is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment