-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(config): gnomAD steps configuration extraction and versioning #620
Merged
project-defiant
merged 9 commits into
dev
from
ot-3324-szsz-GnomAD-steps-configuration-extraction-and-versioning
May 28, 2024
Merged
feat(config): gnomAD steps configuration extraction and versioning #620
project-defiant
merged 9 commits into
dev
from
ot-3324-szsz-GnomAD-steps-configuration-extraction-and-versioning
May 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk>
…nfigs Configuration updates for: - [x] ld_index_step - [x] ld_variant_annotation_step Both steps and underlying classes use default values derived from StepConfig data classes as defaults, while preserving the ability to set inputs at each stage, in case end user want to use step function API, step cli or datasource function from API.
7 tasks
github-actions
bot
added
documentation
Improvements or additions to documentation
size-L
Step
Datasource
labels
May 24, 2024
project-defiant
changed the title
[OT-3324] gnomAD steps configuration extraction and versioning
feat(config): gnomAD steps configuration extraction and versioning
May 24, 2024
d0choa
approved these changes
May 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great. I think you understood all the many layers in the first pass.
Thanks!
project-defiant
deleted the
ot-3324-szsz-GnomAD-steps-configuration-extraction-and-versioning
branch
May 28, 2024 07:49
project-defiant
added a commit
that referenced
this pull request
Jun 14, 2024
) * feat: drop .coverage files from tracked files * feat: new configuration variables for DAGs * build(linting): resolved ruff warnings in make check * build(airflow_config): extract additional input parameters for gnomad steps * feat(step_config): extracted new input parameters from gnomad step configs Configuration updates for: - [x] ld_index_step - [x] ld_variant_annotation_step Both steps and underlying classes use default values derived from StepConfig data classes as defaults, while preserving the ability to set inputs at each stage, in case end user want to use step function API, step cli or datasource function from API. * refactor(types): added a file for storing library types * feat(version_engine): add version engine to infer datasource versions * docs: added version engine to documentation --------- Signed-off-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk> Co-authored-by: Szymon Szyszkowski <ss60@mib117351s.internal.sanger.ac.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ Context
The context is described in opentargets/issues#3324.
🛠 What does this PR implement
New functionalities
Configuration refactoring
use_version_from_input
set to True, in which case the version is inferred by the VersionEngine class and appended to the output catalog. By default this behaviour is set to False.Chores
make check
.🙈 Missing
🚦 Before submitting
dev
branch?make test
)?poetry run pre-commit run --all-files
)?