-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool to combine catalogs into an archive #15
Comments
@matt-long points out that we could do
Note that this requires us leaving This leaves the individual catalogs we've created as the primary keys, which makes sense from a "building upon existing catalogs" viewpoint |
maybe above would need to allow something like
to override trying to explicitly determine the |
Is this approach assuming that the paths to catalogs are going to be unique? |
Yes. |
I think a YAML file like
would define the ensemble well enough. Each individual catalog would be read in, the experiment and member_id columns would be added, and the
ctrl_case
column would be replaced withctrl_experiment
andctrl_member_id
(assumingctrl_case
is also a member of the ensemble). Then all the individual catalogs would be concatenated into one giant file (we'd need to replace relative path names with absolute ones at this stage).The text was updated successfully, but these errors were encountered: