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

Temp Files for Score and Metadata Files #27

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

bencap
Copy link
Collaborator

@bencap bencap commented Nov 13, 2024

Creates a decorator for mapping routines which creates a temporary directory in which score set metadata and score files can be downloaded. The directory path is then passed to the mapping routine so that these temp files can be used by the mapper. Once the wrapped function exits, the temporary directory is purged.

Creates a decorator for mapping routines which creates a temporary directory in which score set
metadata and score files can be downloaded. The directory path is then passed to the mapping routine so that these temp files
can be used by the mapper. Once the wrapped function exits, the temporary directory is purged.
@bencap bencap added type: enhancement New feature or request app: mapper Task implementation touches the mapper labels Nov 13, 2024
@bencap bencap requested a review from sallybg November 13, 2024 17:41
@bencap bencap linked an issue Nov 13, 2024 that may be closed by this pull request
@bencap bencap requested a review from jstone-dev November 13, 2024 19:05
Base automatically changed from sallybg/no-map-if-no-variants to mavedb-dev November 21, 2024 00:02
@sallybg
Copy link
Collaborator

sallybg commented Nov 21, 2024

Looks great!

@bencap bencap merged commit 7c23872 into mavedb-dev Nov 21, 2024
6 checks passed
@bencap bencap deleted the feature/bencap/26/tmp-files-for-score-metadata branch November 21, 2024 00:25
@bencap bencap mentioned this pull request Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: mapper Task implementation touches the mapper type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Tmp Files for Score Set Metadata
2 participants