#!/bin/bash

REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

exec snakemake -s "$REPO_ROOT/workflow/Snakefile" "$@"