pub fn binwriter<P: AsRef<Path> + Debug>( file: P, contents: HashMap<String, Vec<Vec<Arc<GenePred>>>>, ) -> Result<(), Box<dyn Error>>