Skip to content

Commit

Permalink
Write coverage to VCF
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 3, 2024
1 parent b465d3b commit f2953da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/genepi/mut/util/MutationServerReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public HashMap<String, Sample> parse(double requiredHetLevel) {
variant.setMajorLevel(majorLevel);
variant.setMinorLevel(minorLevel);
variant.setMeanBaseQualiy(meanBaseQuality);
variant.setCoverage(coverage);
variant.setType(type);

sample.addVariant(variant);
Expand Down

0 comments on commit f2953da

Please sign in to comment.