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.
WORK IN PROGRESS
I am opening this pull request for transparency and welcome any feedback. However, please note that this work is not final and not ready to be merged.
DESCRIPTION
This PR introduces the etl variant annotation dag. It also restructure the nextflow operator to mimick the structure in cqdg, i.e. we introduce similar base config / operator classes.
So far, this code has been tested locally with Minikube for test_nextflow_operator and etl_variant_annotation. It has not yet been tested on etl.py.
There are a few TODOs in the code that need to be addressed, especially regarding the variant annotation DAG.
CQDG ALIGNMENT
This implementation reuses a configuration mechanism similar to CQDG, with the following key differences:
NEXTFLOW OPERATOR
The nextflow operator now inherits the BaseKubernetesOperator . It is also modified to support multiple config maps.
VARIANT ANNOTATION
We introduce a new variant annotation dag. This part needs a bit more work.