#!/bin/bash
julia --project=$SCRIPT_DIR -e \
	"using Pkg; Pkg.instantiate(); using Conda; Conda.add(\"bed-reader\"; channel=\"conda-forge\")"
