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

feat: configuration for etl run with gentropy #71

Merged
merged 6 commits into from
Nov 7, 2024
Merged

Conversation

project-defiant
Copy link
Collaborator

@project-defiant project-defiant commented Nov 7, 2024

Context

We want to be able to run the genetics etl dag with two modes:

  • standalone
  • as a part of unified pipeline

This PR attempts to create a configuration for the unified pipeline run with genetices etl.

Things implemented

  • Addition of biosamples step to the PIS config (required for biosample_index step in genetics etl)
  • Set up input and output paths to match the platform release path
  • Update of etl_search dependencies
  • Set up input dependencies between (platform, PIS) -> genetics ETL
    • etl_target -> genetics_gene_index
    • pis_biosamples -> genetics_biosample_index
    • etl_diseases -> genetics_study_index
    • pis_evidence -> genetics_variant_conversion
    • pis_pharmacogenomics -> genetics_variant_conversion
    • etl_interactions -> genetics_l2g_train`
  • Set up output dependencies between (gentropy ETL) -> platform ETL
    • etl_evidence -> requires gentropy_evidence to be stored under the pis_evidence output directory
    • etl_search -> requires gentropy_variant_index

@project-defiant project-defiant marked this pull request as ready for review November 7, 2024 13:23
Copy link
Contributor

@DSuveges DSuveges left a comment

Choose a reason for hiding this comment

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

Wow, this is a very comprehensive effort.

@project-defiant project-defiant merged commit 93952c9 into dev Nov 7, 2024
2 checks passed
@project-defiant project-defiant deleted the etl-config branch November 7, 2024 16:49
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.

2 participants