pub fn packbed<T: AsRef<Path> + Debug + Send + Sync>( bed: Vec<T>, overlap_cds: bool, overlap_exon: bool, colorize: bool, ) -> Result<HashMap<String, Vec<Vec<Arc<GenePred>>>>, Error>