@molgenis/vip-report-template 5.5.0 → 5.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@molgenis/vip-report-template",
3
- "version": "5.5.0",
3
+ "version": "5.5.3",
4
4
  "description": "Report Template for Variant Call Format (VCF) Report Generator",
5
5
  "scripts": {
6
6
  "build": "vite build",
@@ -36,8 +36,8 @@
36
36
  "dependencies": {
37
37
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
38
38
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
39
- "@molgenis/vip-report-api": "^4.4.1",
40
- "@molgenis/vip-report-vcf": "^1.4.1",
39
+ "@molgenis/vip-report-api": "^4.4.2",
40
+ "@molgenis/vip-report-vcf": "^1.4.2",
41
41
  "@solidjs/router": "^0.8.2",
42
42
  "base64-js": "^1.5.1",
43
43
  "igv": "^2.15.8",
@@ -44,9 +44,11 @@ export const FilterHpo: Component<
44
44
  selectorKey((childQuery as QueryClause).selector) === selectorKey(infoSelector(gadoMeta))
45
45
  ) {
46
46
  if ((childQuery.args as string[]).indexOf("LC") !== -1) {
47
+ group["gado_lc"] = true;
47
48
  gadoLcChecked = true;
48
49
  }
49
50
  if ((childQuery.args as string[]).indexOf("HC") !== -1) {
51
+ group["gado_hc"] = true;
50
52
  gadoHcChecked = true;
51
53
  }
52
54
  }