#!/bin/sh
# Generate synthetic phenotypes
CURR_DIR=`pwd`
cd $SCRIPT_DIR
julia run_program.jl --phenotype --config "$@"
cd $CURR_DIR
