googlegenomics / gcp-deepvariant-runner

This repository contains a docker container that runs DeepVariant on the Google Cloud Platform.
Apache License 2.0
2 stars 6 forks source link

Add metrics module to DeepVariant Runner #19

Open samanvp opened 5 years ago

samanvp commented 5 years ago

This PR contains the implementation of a class to collect metrics from DeepVariant Runner.

A second PR will utilize the newly defined class in a decorator to collect usage metrics.