pub fn sample_urls<AnyPath0, AnyIter1>(
path_list: AnyIter1,
) -> Result<Vec<String>, Box<BedErrorPlus>>Expand description
Returns the cloud locations of a list of files as URL strings.
Behind the scenes, the “cloud location” will actually be local.
If necessary, the file will be downloaded.
SHA256 hashes are used to verify that the files are correct.
The files will be in a directory determined by environment variable BED_READER_DATA_DIR.
If that environment variable is not set, a cache folder, appropriate to the OS, will be used.