Skip to content

VEP Config update #883

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
merged 1 commit into from
Sep 3, 2024
Merged

VEP Config update #883

merged 1 commit into from
Sep 3, 2024

Conversation

bpblanken
Copy link
Collaborator

@bpblanken bpblanken commented Aug 29, 2024

Turns out passing VEP_CONFIG_URI is going to be very annoying if we're trying to support both reference genomes. This fixes by:

  • Removing the env var.
  • Moving the configs to seqr-reference-data instead of seqr-luigi so that they're not in the "v03_pipeline" package for local users but will be downloaded with the rest of the VEP data. This pattern becomes shared between our dataproc and on prem users.
  • Hardcoding the file paths when calling VEP.

@bpblanken bpblanken requested a review from a team as a code owner August 29, 2024 18:23
@bpblanken bpblanken marked this pull request as draft August 29, 2024 18:23

def validate_vep_config_reference_genome(reference_genome) -> None:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No longer necessary since the reference genome is now embedded as part of the path.

@bpblanken bpblanken marked this pull request as ready for review August 29, 2024 18:37
@bpblanken bpblanken merged commit c4050a7 into dev Sep 3, 2024
3 checks passed
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