Skip to content

some inheritance refactoring #875

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

Merged

Conversation

bpblanken
Copy link
Collaborator

No description provided.

@bpblanken bpblanken changed the title ruff some inheritance refactoring Aug 16, 2024
@@ -12,7 +11,7 @@


@luigi.util.inherits(BaseLoadingRunParams)
class WriteVariantAnnotationsVCF(BaseHailTableTask):
class WriteVariantAnnotationsVCF(luigi.Task):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we've been over-using the BaseHailTableTask to access the shared params, but this is definitely not writing or updating a hail table.

…institute/seqr-loading-pipelines into benb/some_inheritance_refactoring
@bpblanken bpblanken changed the base branch from dev to benb/remove_reference_data_env_var August 19, 2024 15:42
@bpblanken bpblanken marked this pull request as ready for review August 19, 2024 16:18
@bpblanken bpblanken requested a review from a team as a code owner August 19, 2024 16:18
@bpblanken bpblanken merged commit 650f7cf into benb/remove_reference_data_env_var Aug 19, 2024
3 checks passed
@bpblanken bpblanken deleted the benb/some_inheritance_refactoring branch August 19, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants