#!/usr/bin/env bash
set -ex

# This is the master script for the capsule. When you click "Reproducible Run", the code in this file will execute.
Rscript generate_simulated_data.r "$@"
Rscript greedy_group.r "$@"
Rscript PBHMM_main.r "$@"