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

[20.01] Fix vcf_bgzip mimetype, allow cors, tbi from metadata element #9653

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Apr 24, 2020

The mimetype would be text/plain otherwise, which is not compatible with byte-range requests. allow_cors doesn't quite seem to work in my tests, but we'll need this for jbrowse.

Also skips an additional conversion by using the tabix index, which again is helpful when loading datasets from a shared history.

The mimetype would be text/plain otherwise, which is not compatible with
byte-range requests. `allow_cors` doesn't quite seem to work in my
tests, but we'll need this for jbrowse.

Also skips an additional conversion by using the tabix index, which
again is helpful when loading datasets from a shared history.
@dannon dannon merged commit a07a50f into galaxyproject:release_20.01 Apr 24, 2020
@mvdbeek
Copy link
Member Author

mvdbeek commented Apr 24, 2020

Thanks @dannon !

doesn't quite seem to work in my
test

To clarify, this is likely jbrowse's fault, it doesn't send a Origin header, works fine otherwise

@mvdbeek mvdbeek deleted the igv_vcf_display_application_enhancements_and_fixes branch April 24, 2020 16:59
@mvdbeek mvdbeek added this to the 20.05 milestone Apr 24, 2020
@galaxyproject galaxyproject deleted a comment from galaxybot Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants