BI-2901: Add backend VCF download endpoint for genotyping imports#528
Merged
Conversation
nickpalladino
approved these changes
Jun 25, 2026
nickpalladino
left a comment
Member
There was a problem hiding this comment.
Looks good. Did some testing for the issue Heather mentioned:
2026-06-23 15:22:49.384-0400 [RxCachedThreadScheduler-1] ERROR o.b.a.v.c.InternalServerErrorHandler - Error Id: fa01a680-c97e-494a-96ed-15f0d3d57ad0
software.amazon.awssdk.services.s3.model.NoSuchBucketException: The specified bucket does not exist (Service: S3, Status Code: 404, Request ID: 6320c0d4-acc4-4141-88b8-b8b0ecfe40ce, Extended Request ID: s9lzHYrFp76ZVxRcpX9+5cjAnEH2ROuNkd2BHfIa6UkFVdtjf5mKR3/eTPFvsiP/XV/VLi31234=)
I wasn't able to reproduce this, uploaded multiple vcfs to the same submission without issue. Maybe a configuration issue with the bucket env.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Story: 2901
Added backend support for downloading the original uploaded VCF file for completed genotype imports.
This change:
adds a new backend endpoint: GET /programs/{programId}/geno/imports/{genotypeImportId}/download
Dependencies
bi-web: develop
bi-api: feature/bi-2901
Testing
Checklist: