broadinstitute / gdctools

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

RFE: small tweaks to summarization #69

Open noblem opened 6 years ago

noblem commented 6 years ago

Gordon added a useful feature to GDCtools, documented internally as "tallying". It would be useful if, when we merge the code from that branch, the resulting info echoed to screen & logfile by each tool changes from

Counter({'pass': 110, 'cached': 86})

to be more informative about what was done, e.g. like

Processing Summary:   X files considered, Y were freshly diced, Z found in dicer cache

where Y+Z always equals X