Function stage_data_in_memory

Source
pub fn stage_data_in_memory(
    loci: &LinkedHashSet<(String, u64, u64, String)>,
    seq_urls: &HashSet<Url>,
    unmapped: bool,
    cache_path: &PathBuf,
) -> Result<Vec<Record>>