@molgenis/vip-report-template 4.0.0 → 5.0.0

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": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "Report Template for Variant Call Format (VCF) Report Generator",
5
5
  "scripts": {
6
6
  "build": "vite build",
@@ -48,7 +48,7 @@ const createBrowserConfig = async (contig: string, position: number, samples: Sa
48
48
  tracks.push({
49
49
  order: order++,
50
50
  type: "annotation",
51
- format: "refGene",
51
+ format: "gff3",
52
52
  name: "Genes",
53
53
  url: "data:application/gzip;base64," + fromByteArray(genesGz),
54
54
  });
@@ -38,7 +38,7 @@ import fastaUrl22_50721296_50721796 from "./fasta/22-50721296-50721796.fasta.gz.
38
38
  import fastaUrlX_48932771_48933271 from "./fasta/X-48932771-48933271.fasta.gz.blob";
39
39
  import fastaUrlY_2655391_2655891 from "./fasta/Y-2655391-2655891.fasta.gz.blob";
40
40
  import fastaUrlMT_15076_15576 from "./fasta/MT-15076-15576.fasta.gz.blob";
41
- import genesUrl from "./genes.txt.gz.blob";
41
+ import genesUrl from "./genes.gff.gz.blob";
42
42
  import vcfUrlFamily from "./vcf/family.vcf.blob";
43
43
  import vcfUrlNoVep from "./vcf/no_vep.vcf.blob";
44
44
  import vcfUrlSamples0 from "./vcf/samples_0.vcf.blob";
@@ -26,7 +26,7 @@ import fastaUrl_chr22_50282867_50283367 from "./fasta/chr22-50282867-50283367.fa
26
26
  import fastaUrl_chrM_15075_15575 from "./fasta/chrM-15075-15575.fasta.gz.blob";
27
27
  import fastaUrl_chrX_49075112_49075612 from "./fasta/chrX-49075112-49075612.fasta.gz.blob";
28
28
  import fastaUrl_chrY_2787350_2787850 from "./fasta/chrY-2787350-2787850.fasta.gz.blob";
29
- import genesUrl from "./genes.txt.gz.blob";
29
+ import genesUrl from "./genes.gff.gz.blob";
30
30
  import vcfUrlFamily from "./vcf/family.vcf.blob";
31
31
  import vcfUrlNoVep from "./vcf/no_vep.vcf.blob";
32
32
  import vcfUrlSamples0 from "./vcf/samples_0.vcf.blob";
Binary file
Binary file