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

EVA-3619 Install Vep version if not available #217

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

nitin-ebi
Copy link
Contributor

No description provided.

@nitin-ebi nitin-ebi self-assigned this Aug 5, 2024
# Download the Vep version
tmp_dir = tempfile.TemporaryDirectory()
destination = os.path.join(tmp_dir.name, f'{vep_version}.zip')
wget.download(file_download_url, destination)
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add another dependency ?
Would something like urlretrieve work ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated to use requests library

@nitin-ebi nitin-ebi merged commit 9c980c1 into EBIvariation:master Aug 12, 2024
4 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