Skip to content
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

Add release bucket to storage config toml #193

Open
illusional opened this issue Jan 16, 2024 · 0 comments
Open

Add release bucket to storage config toml #193

illusional opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@illusional
Copy link
Contributor

illusional commented Jan 16, 2024

This driver.py generates a storage.toml for each dataset that contains the paths to different bucket categories. These are consumed by the analysis-runner, and are super useful for being flexible in generating output paths.

Unfortunately, it looks like the release bucket (which is only conditionally available) is always omitted.

Have a look at the driver.py, and try to follow where different buckets are used to find where the storage toml files are constructed before looking at the spoiler below.

Hint for which method the storage.toml suggestion belongs to Have a look at the [`add_config_toml_to_bucket`](https://github.com/populationgenomics/cpg-infrastructure/blob/49c99d1d624184aadac20a5b608244b86bb6bae0/cpg_infra/driver.py#L1156) method
@illusional illusional added the good first issue Good for newcomers label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants