tomodrgn.utils.save_pkl# save_pkl(data: Any, out_pkl: str) → None[source]# Convenience function to write data to a binary pickle file. Parameters: data – Data to be written to disk. out_pkl – Path to file to write to disk. Returns: None