-
Notifications
You must be signed in to change notification settings - Fork 2
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
Generate Annotated VCF/CSVs for download #1171
Comments
Working in branch feature/issue_1171_generate_file_for_download Mostly done, just need to handle browser bits I think. We could possibly raise an issue about having analyses handle this as well. Maybe also have some kind of regular purge of old files? |
Took a while as I had to do a few things:
Will probably have to do a few extra things to clean up CachedGeneratedFiles etc over time now as these are quite large still |
Hmmm, this has taken 2 hours to export 16% - so 8% per hour = 12.5 hours... I think celery is going to time out here... |
Spun polish scope creep into #1173 - will do later when less busy This is VG only, and has been tested and deployed |
Downloading a 1-2M record multi-sample VCF with annotations can take so long things time out
I used a few tricks in SACGF/variantgrid_com#86 but we should probably download it then stream a static file
Suggest:
Current behavior:
view_vcf - cohort_grid_export (csv/vcf)
View_sample - sample_grid_export
can probably keep those URLs/
The text was updated successfully, but these errors were encountered: