Skip to content

Commit

Permalink
W is now w (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored and Luke-Sikina committed Aug 25, 2023
1 parent bd7ab07 commit 73d1759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public String runVcfExcerptQuery(Query query, boolean includePatientData) throws
}

//patient count columns
builder.append("\tPatients with this variant in subset\tPatients With this variant NOT in subset");
builder.append("\tPatients with this variant in subset\tPatients with this variant NOT in subset");

//then one column per patient. We also need to identify the patient ID and
// map it to the right index in the bit mask fields.
Expand Down

0 comments on commit 73d1759

Please sign in to comment.