DeepVariant consists of three stages:
- make_examples
- call_variants
- postprocess_variants
I would like to know the time spent on each stage when running DeepVariant using Parabricks. Similar to the open-source DeepVariant, I want the output log to display the runtime of each stage.
Is there any way to observe this? Thank you!