higgs_dna.samples package
Submodules
higgs_dna.samples.fetch module
- higgs_dna.samples.fetch.get_dataset_dict(fset: Iterable[Iterable[str]], xrd: str, dbs_instance: str) Dict[str, List[str]][source]
Get a dictionary of dataset and the files in it.
- Parameters:
fset (list) – A list of tuples with the format (dataset-short-name, path)
- Return fdict:
A dictionary of dataset-short-name: list-of-files
- Rtype fdict:
dict: