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

Kt fingerprintchecker fix #596

Merged
merged 6 commits into from Aug 10, 2016
Merged

Kt fingerprintchecker fix #596

merged 6 commits into from Aug 10, 2016

Conversation

kasont
Copy link
Contributor

@kasont kasont commented Jul 11, 2016

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 69.155% when pulling ad353a9 on kt_fingerprintchecker_fix into e5da53b on master.

@@ -151,8 +147,8 @@ public void setpLossofHet(final double pLossofHet) {
if (samples == null) samples = ctx.getSampleNames();

if (isUsableSnp(ctx)) {
final HaplotypeBlock h = this.haplotypes.getHaplotype(ctx.getChr(), ctx.getStart());
final Snp snp = this.haplotypes.getSnp(ctx.getChr(), ctx.getStart());
final HaplotypeBlock h = this.haplotypes.getHaplotype(ctx.getContig(), ctx.getStart());
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this changing?

Copy link
Collaborator

Choose a reason for hiding this comment

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

getChr is deprecated?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jsotobroad @nh13 The method getChr() is depreciated along and it was changed along all classes that use it. It simply wasn't changed yet to match its original form to make sure the replacement of GenotypeReader wasn't hindered by it. I changed it after looking deeper into getChr() which only calls getContig() so no error would have occurred anyway.

@jsotobroad
Copy link
Contributor

👍

@yfarjoun yfarjoun merged commit 4fd5cae into master Aug 10, 2016
@jacarey jacarey deleted the kt_fingerprintchecker_fix branch June 14, 2017 13:17
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.

None yet

5 participants