alejandrogzi / bed2gtf

high-performance BED-to-GTF converter written in Rust
MIT License
14 stars 0 forks source link

Verbose does not include time units #2

Closed alejandrogzi closed 11 months ago

alejandrogzi commented 11 months ago

In any given bed2gtf run, the logging info lacks time units:

2023-10-05T17:20:03.860Z INFO  [bed2gtf] Memory usage: 10.5582695 MB
2023-10-05T17:20:03.860Z INFO  [bed2gtf] Elapsed: 9.9935

should be:

2023-10-05T17:20:03.860Z INFO  [bed2gtf] Memory usage: 10.5582695 MB
2023-10-05T17:20:03.860Z INFO  [bed2gtf] Elapsed: 9.9935 secs

How to fix it: modify the formatted String in the logging function.

alejandrogzi commented 11 months ago

Implemented in v.1.7.0