-
Notifications
You must be signed in to change notification settings - Fork 13
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
VCF Download : column changes for standard format #410
Comments
Upgrade file downloadIssue #370 tracked the upgrade of the frontend framework and libraries. To re-enable 'VCF Download' it will be changed to use the same library function which is now used in :
Changes Implemented352f3b3 feature/vcfDownload Re-enable VCF Download by changing from file-anchor to fileDownloadBlob and fileDownloadAsCSV Tested OK on localSuccessful download of both .vcf.gz and .vcf.txt was completed. |
…ob and fileDownloadAsCSV part of #410 (2nd comment). manage-genotype.hbs : change button ember-csv@file-anchor .vcfExportText to action .vcfExportTextToFile, because file-anchor is not supported in the version of Ember.js framework which #370 upgraded to. add input checkbox @userSettings.compressVCF, with label .vcf.gz. manage-genotype.js : add @userSettings.compressVCF, vcfExportTextToFile(). file-download.js : factor fileDownloadBlob() out of fileDownloadAsCSV(); add type as an optional parameter. add text2Gzip().
…ob and fileDownloadAsCSV part of #410 (2nd comment). manage-genotype.hbs : change button ember-csv@file-anchor .vcfExportText to action .vcfExportTextToFile, because file-anchor is not supported in the version of Ember.js framework which #370 upgraded to. add input checkbox @userSettings.compressVCF, with label .vcf.gz. manage-genotype.js : add @userSettings.compressVCF, vcfExportTextToFile(). file-download.js : factor fileDownloadBlob() out of fileDownloadAsCSV(); add type as an optional parameter. add text2Gzip().
Introduction
The Genotype Table enables the user to download a VCF file containing the last-received VCF genotype lookup result from the server.
Testing the downloaded VCF against the standard
Applying vcf-validator to the downloaded VCF shows some differences from the standard, for example swap the order of the POS and ID columns, add columns QUAL, FILTER, INFO.
The text was updated successfully, but these errors were encountered: