broadinstitute / gdctools

Python and UNIX CLI utilities to simplify interaction with the NIH/NCI Genomics Data Commons
Other
31 stars 4 forks source link

logging should go into GDCtool base class #4

Closed noblem closed 7 years ago

noblem commented 8 years ago

Each tool should inherit logging capability by default from GDCtool base class, but right now the tools which use logging seem to import the logging class themselves, and explicitly initialitize it, etc

tmdefreitas commented 7 years ago

Done for mirror and dicer, not yet for create_loadfile and sample_reort

tmdefreitas commented 7 years ago

Finished in c5220b1