Copy classification H5 files for selected bins
Source:R/data_download.R
copy_classification_files.RdLocates *_class.h5 files by constructing direct paths from sample
IDs rather than listing the full directory tree. The classification path
is expected to contain yearly subfolders (e.g. class2024_v3).
Only the subfolder matching each sample's year is searched.
Usage
copy_classification_files(
classification_path,
sample_ids,
dest_dir,
progress_callback = NULL
)