[Feature request]: Top Level files
Section To Contain Central Repository For File Backed Datasets
#443
Labels
config
Relating to configuration files or their framework.
enhancement
Request for improvement or addition of new feature(s).
medium priority
Medium priority.
Milestone
Label
config, enhancement
Priority Label
medium priority
Is your feature request related to a problem? Please describe.
Files are referenced throughout the current YAML configuration files, typically by a relative file path from the
$PROJECT_PATH
directory. This makes it challenging to share datasets that are file backed across a configuration problem. Also each file reading wants the format to be done in a specific way, that can be difficult to know ahead of time making general files difficult to use without processing.Is your feature request related to a new application, scenario round, pathogen? Please describe.
No response
Describe the solution you'd like
A
files
top level key where each key corresponds to a generic name that can be referenced throughout the configuration and a value which specifies how each file should be read in. A quick example would look like:Still plenty to think through here, to enable this there will need to be a couple of code pieces implemented:
FileDataset
ABC that serves as a representation for the different types of file datasets,The text was updated successfully, but these errors were encountered: