pub fn create_random_readers( params: &Arc<TransformFile>, path_in: &Vec<PathBuf>, tx_data: &Sender<Option<Arc<(CellID, Arc<Vec<ReadPair>>)>>>, ) -> Result<()>