pub fn run_study( commit: &str, max_count: usize, name: &str, max_cov_threshold: Option<f64>, group_by: &str, ) -> Result<()>