r-bioinformatics / edgePy

A Python implementation of edgeR for differential expression analysis
https://edgepy.readthedocs.io
MIT License
96 stars 10 forks source link

Use Logging instead of print for scripts/edgepy.py #62

Closed apfejes closed 6 years ago

apfejes commented 6 years ago

We really should be using logging instead of print in scripts/edgepy.py. That gives way more control and flexibility.

All print statements should be replace with logging.

sdhutchins commented 6 years ago

Would it be preferred to use the python internal library logging or something like logzero which I like?