#!/usr/bin/env bash

if [[ ! $@ ]]; then
    python -m loci_api -h
else
    python -m loci_api "$@"
fi