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

Upgrade to htsjdk 2.19.0 #77

Merged
merged 5 commits into from
Mar 14, 2019

Conversation

tomwhite
Copy link
Member

The changes to CRAM have introduced an incompatible change to CRAIEntry that affects CramSource in Disq. See the note about incompatible CRAM changes
at https://github.com/samtools/htsjdk/releases/tag/2.17.0.

This commit uses the new CRAIEntry API introduced in samtools/htsjdk#1256

Note: the change has not been released yet (so this PR will fail to compile), but a new htsjdk release is imminent, so the Disq 0.2.0 release should wait for it.

@tomwhite tomwhite added this to the 0.2.0 milestone Jan 16, 2019
@tomwhite tomwhite self-assigned this Jan 16, 2019
Copy link
Contributor

@cmnbroad cmnbroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @tomwhite - we're overhauling refactoring all the cram code in htsjdk. Well try to audit the disq usages as we do this going forward so we can get out a little in front of these.

LGTM once htsjdk is released and tests pass.

@tomwhite
Copy link
Member Author

Thanks @cmnbroad. It looks like htsjdk 2.18.2 does not have this change, so this PR is not needed (for now).

@tomwhite tomwhite removed this from the 0.2.0 milestone Jan 17, 2019
@lbergelson
Copy link
Contributor

I didn't include the most recent several commits in htsjdk 2.18.2 because they introduced new issues like this and I wanted to get something out soon before dealing with that. We'll have a 2.19.0 pretty soon which includes those changes.

@tomwhite tomwhite changed the title Fix for incompatible CRAM change in htsjdk Upgrade to htsjdk 2.19.0 Mar 13, 2019
@tomwhite tomwhite added this to the 0.3.0 milestone Mar 13, 2019
Copy link
Contributor

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

@tomwhite tomwhite merged commit 66b00a6 into disq-bio:master Mar 14, 2019
@tomwhite tomwhite deleted the htsjdk-incompatible-change branch March 14, 2019 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants