#!/usr/bin/env python3
#SBATCH --ntasks=50
#SBATCH --mem=110G

import fire
from keylimepie.cluster.slurm import run

fire.Fire(run)
