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

Fix reading of CRAM headers on GCS #2463

Closed
tomwhite opened this issue Mar 15, 2017 · 1 comment
Closed

Fix reading of CRAM headers on GCS #2463

tomwhite opened this issue Mar 15, 2017 · 1 comment
Assignees

Comments

@tomwhite
Copy link
Contributor

Currently CRAM files cannot be read from GCS since ReadsSparkSource#getHeader() does not set the reference, which is needed for reading CRAM.

To do this, provide a SamReaderFactory with a referenceSequence() set on it when you construct your ReadsDataSource. However, htsjdk does not support Path in this API, so that will need updating first.

@droazen droazen added this to the beta milestone Mar 17, 2017
@droazen droazen changed the title Read CRAM headers on GCS Fix reading of CRAM headers on GCS Mar 17, 2017
@droazen droazen modified the milestones: 4.0 release, beta May 30, 2017
@tomwhite tomwhite assigned cmnbroad and unassigned tomwhite Jun 13, 2017
@droazen droazen removed this from the Engine-4.0 milestone Oct 17, 2017
@tomwhite
Copy link
Contributor Author

Fixed in Disq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants