collaborativebioinformatics / STRdust

MIT License
13 stars 3 forks source link

Add logging to script #18

Closed wdecoster closed 3 years ago

wdecoster commented 3 years ago

to check if everything is as expected and to have timestamps and figure out which steps are slow

PavelAvdeyev commented 3 years ago

I already added logging to the branch - code_avdeev. @wdecoster please review. Function - _enable_logging. logging.info, logging.debug are logging functions. feel free to use it.