pub fn compwriter<T: AsRef<Path> + Debug + Sync>( contents: HashMap<String, Vec<Vec<Arc<GenePred>>>>, output: T, subdirs: bool, ) -> Result<(), Box<dyn Error>>