Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/imgag/ngs-bits
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Nov 17, 2023
2 parents 1c33848 + ccfa197 commit a3030a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GSvar/BurdenTestWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ int BurdenTestWidget::countOccurences(const QSet<int>& variant_ids, const QSet<i
continue;
}
// skip hom vars in X on male samples
QString gender = db_.getSampleData(db_.processedSampleName(QString::number(ps_id))).gender;
QString gender = db_.getSampleData(db_.sampleId(db_.processedSampleName(QString::number(ps_id)))).gender;
if (gender == "male")
{
Variant var = db_.variant(QString::number(variant_id));
Expand Down

0 comments on commit a3030a3

Please sign in to comment.