@molgenis/vip-report-template 2.7.3 → 3.0.0-beta
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/.eslintignore +4 -0
- package/.eslintrc.js +16 -22
- package/.gitattributes +1 -0
- package/.husky/pre-commit +4 -0
- package/.prettierignore +4 -0
- package/.prettierrc.json +3 -0
- package/.travis.yml +14 -11
- package/README.md +7 -29
- package/index.html +12 -0
- package/package.json +42 -55
- package/src/Api.ts +12 -0
- package/src/App.tsx +101 -0
- package/src/__tests__/decisionTreeUtils.test.ts +75 -0
- package/src/__tests__/field.test.ts +107 -0
- package/src/__tests__/query.test.ts +99 -0
- package/src/__tests__/sortUtils.test.ts +83 -0
- package/src/__tests__/utils.test.ts +24 -0
- package/src/__tests__/viewUtils.test.ts +125 -0
- package/src/assets/sass/main.scss +113 -0
- package/src/components/Abbr.tsx +20 -0
- package/src/components/Anchor.tsx +12 -0
- package/src/components/Breadcrumb.tsx +33 -0
- package/src/components/Checkbox.tsx +32 -0
- package/src/components/ConsequenceTable.tsx +38 -0
- package/src/components/DatasetDropdown.tsx +44 -0
- package/src/components/Error.tsx +9 -0
- package/src/components/FieldHeader.tsx +26 -0
- package/src/components/GenomeBrowser.tsx +114 -0
- package/src/components/InfoCollapsablePane.tsx +68 -0
- package/src/components/Loader.tsx +5 -0
- package/src/components/SampleTable.tsx +118 -0
- package/src/components/SearchBox.tsx +44 -0
- package/src/components/Sort.tsx +58 -0
- package/src/components/VariantInfoNestedTable.tsx +117 -0
- package/src/components/VariantInfoTable.tsx +30 -0
- package/src/components/VariantSampleTable.tsx +56 -0
- package/src/components/VariantTable.tsx +71 -0
- package/src/components/VariantsSampleTable.tsx +87 -0
- package/src/components/VariantsTable.tsx +135 -0
- package/src/components/VcfHeaderRow.tsx +15 -0
- package/src/components/filter/Filter.tsx +34 -0
- package/src/components/filter/FilterCategorical.tsx +66 -0
- package/src/components/filter/FilterIntegerDp.tsx +24 -0
- package/src/components/filter/FilterIntegerVid.tsx +28 -0
- package/src/components/filter/FilterIntegerVim.tsx +24 -0
- package/src/components/filter/Filters.tsx +27 -0
- package/src/components/filter/InfoFilter.tsx +36 -0
- package/src/components/filter/InfoFilters.tsx +32 -0
- package/src/components/filter/SampleFilters.tsx +44 -0
- package/src/components/filter/SamplesFilters.tsx +31 -0
- package/src/components/record/Allele.tsx +38 -0
- package/src/components/record/AlleleBreakend.tsx +5 -0
- package/src/components/record/AlleleMissing.tsx +5 -0
- package/src/components/record/AlleleNucs.tsx +49 -0
- package/src/components/record/AlleleSymbolic.tsx +5 -0
- package/src/components/record/Alt.tsx +17 -0
- package/src/components/record/Chrom.tsx +5 -0
- package/src/components/record/Filter.tsx +9 -0
- package/src/components/record/Format.tsx +31 -0
- package/src/components/record/Id.tsx +9 -0
- package/src/components/record/Info.tsx +53 -0
- package/src/components/record/Pager.tsx +64 -0
- package/src/components/record/Pos.tsx +5 -0
- package/src/components/record/Qual.tsx +5 -0
- package/src/components/record/RecordDownload.tsx +36 -0
- package/src/components/record/Ref.tsx +6 -0
- package/src/components/record/field/Field.tsx +20 -0
- package/src/components/record/field/FieldMultipleValue.tsx +22 -0
- package/src/components/record/field/FieldSingleValue.tsx +35 -0
- package/src/components/record/field/FieldValueCharacter.tsx +11 -0
- package/src/components/record/field/FieldValueFlag.tsx +11 -0
- package/src/components/record/field/FieldValueFloat.tsx +17 -0
- package/src/components/record/field/FieldValueInteger.tsx +11 -0
- package/src/components/record/field/FieldValueString.tsx +14 -0
- package/src/components/record/format/GenotypeField.tsx +63 -0
- package/src/components/record/info/ClinVar.tsx +37 -0
- package/src/components/record/info/Consequence.tsx +19 -0
- package/src/components/record/info/Gene.tsx +11 -0
- package/src/components/record/info/GnomAD.tsx +29 -0
- package/src/components/record/info/Hgvs.tsx +18 -0
- package/src/components/record/info/HpoTerm.tsx +12 -0
- package/src/components/record/info/PubMed.tsx +19 -0
- package/src/components/tree/DecisionTreeBoolMultiQuery.tsx +21 -0
- package/src/components/tree/DecisionTreeBoolQuery.tsx +22 -0
- package/src/components/tree/DecisionTreeNode.tsx +64 -0
- package/src/components/tree/DecisionTreeNodeBool.tsx +35 -0
- package/src/components/tree/DecisionTreeNodeBoolMulti.tsx +32 -0
- package/src/components/tree/DecisionTreeNodeCategorical.tsx +32 -0
- package/src/components/tree/DecisionTreeNodeExists.tsx +25 -0
- package/src/components/tree/DecisionTreeNodeLeaf.tsx +6 -0
- package/src/components/tree/DecisionTreeOutcomeNode.tsx +11 -0
- package/src/components/tree/DecisionTreePath.tsx +27 -0
- package/src/igv.d.ts +4 -1
- package/src/index.tsx +40 -0
- package/src/mocks/GRCh37/alignment.bam.blob +0 -0
- package/src/mocks/GRCh37/decisionTree.json +354 -0
- package/src/mocks/GRCh37/fasta/1-10042288-10042788.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-152520538-152521038.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-16375333-16375833.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-16376162-16376662.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-17348965-17349469.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-17348969-17349469.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/1-17354844-17355344.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/10-126091249-126091749.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/11-134013975-134014475.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/13-77569878-77570378.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/14-105167610-105168110.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/14-89307588-89308088.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/14-89309945-89310445.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/14-89336157-89336657.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/17-29555814-29556314.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/17-29585172-29585672.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/17-29663629-29664129.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/17-29675976-29676476.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/17-29683733-29684233.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/19-11215896-11216396.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/19-11223801-11224301.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/19-17449149-17449649.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/19-17451747-17452247.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/2-47635417-47635917.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/20-62326742-62327242.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/22-50627343-50627843.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/22-50721296-50721796.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/4-106320044-106320544.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/7-42017061-42017561.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/7-42064707-42065207.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/8-145140250-145140750.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/8-61764893-61765393.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/9-107546383-107546883.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/9-107584614-107585114.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/MT-15076-15576.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/X-48932771-48933271.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/fasta/Y-2655391-2655891.fasta.gz.blob +0 -0
- package/src/mocks/GRCh37/genes.txt.gz.blob +0 -0
- package/src/mocks/GRCh37/static.ts +192 -0
- package/src/mocks/GRCh37/vcf/family.vcf.blob +104 -0
- package/src/mocks/GRCh37/vcf/no_vep.vcf.blob +61 -0
- package/src/mocks/GRCh37/vcf/samples_0.vcf.blob +93 -0
- package/src/mocks/GRCh37/vcf/samples_1.vcf.blob +93 -0
- package/src/mocks/GRCh37/vcf/samples_100.vcf.blob +93 -0
- package/src/mocks/GRCh38/alignment.bam.blob +0 -0
- package/src/mocks/GRCh38/decisionTree.json +369 -0
- package/src/mocks/GRCh38/fasta/chr1-152548062-152548562.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr1-16049667-16050167.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr1-17022474-17022974.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr1-9982230-9982730.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr10-124402680-124403180.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr11-134144080-134144580.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr13-76995743-76996243.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr14-104701273-104701773.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr14-88869813-88870313.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr17-31228796-31229296.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr17-31336611-31337111.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr19-11105220-11105720.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr19-17340938-17341438.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr2-47408278-47408778.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr20-63695389-63695889.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr22-50188914-50189414.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr22-50282867-50283367.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr4-105398887-105399387.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr7-41977462-41977962.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr7-42025108-42025608.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr8-144085347-144085847.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr8-60852334-60852834.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chr9-104784102-104784602.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chrM-15075-15575.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chrX-49075112-49075612.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/fasta/chrY-2787350-2787850.fasta.gz.blob +0 -0
- package/src/mocks/GRCh38/genes.txt.gz.blob +0 -0
- package/src/mocks/GRCh38/static.ts +170 -0
- package/src/mocks/GRCh38/vcf/family.vcf.blob +270 -0
- package/src/mocks/GRCh38/vcf/no_vep.vcf.blob +238 -0
- package/src/mocks/GRCh38/vcf/samples_0.vcf.blob +265 -0
- package/src/mocks/GRCh38/vcf/samples_1.vcf.blob +266 -0
- package/src/mocks/GRCh38/vcf/samples_100.vcf.blob +266 -0
- package/src/mocks/MockApiClient.ts +375 -0
- package/src/mocks/static.ts +1636 -0
- package/src/mocks/utils.ts +16 -0
- package/src/store/index.tsx +163 -0
- package/src/utils/ApiUtils.ts +253 -0
- package/src/utils/decisionTreeUtils.ts +14 -0
- package/src/utils/field.ts +49 -0
- package/src/utils/query.ts +130 -0
- package/src/utils/sample.ts +5 -0
- package/src/utils/sortUtils.ts +65 -0
- package/src/utils/utils.ts +3 -0
- package/src/utils/viewUtils.ts +38 -0
- package/src/views/Home.tsx +121 -0
- package/src/views/Sample.tsx +26 -0
- package/src/views/SampleVariant.tsx +115 -0
- package/src/views/SampleVariantConsequence.tsx +105 -0
- package/src/views/SampleVariants.tsx +244 -0
- package/src/views/Samples.tsx +57 -0
- package/src/views/Variant.tsx +63 -0
- package/src/views/VariantConsequence.tsx +69 -0
- package/src/views/Variants.tsx +123 -0
- package/src/views/data/SampleData.tsx +11 -0
- package/src/views/data/SampleVariantConsequenceData.tsx +12 -0
- package/src/views/data/SampleVariantData.tsx +13 -0
- package/src/views/data/VariantConsequenceData.tsx +9 -0
- package/src/views/data/VariantData.tsx +12 -0
- package/tsconfig.json +9 -39
- package/vite.config.ts +18 -0
- package/.browserslistrc +0 -3
- package/.env +0 -2
- package/.prettierrc +0 -5
- package/.scannerwork/.sonar_lock +0 -0
- package/.scannerwork/css-bundle/stylelintconfig.json +0 -1
- package/.scannerwork/report-task.txt +0 -8
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_App_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Alerts_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Allele_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Anchor_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_AnnotationsNav_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Gene_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_GenomeBrowser_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Genotype_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_Identifiers_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_InfoButton_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_NavigationBar_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_PubMedAnchor_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordCommonDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoDetailsItemMultiline_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoDetailsItemValue_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoDetailsItem_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoNestedDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordInfoUnnestedDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordSampleDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordTableControls_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_RecordTable_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SampleDetails_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SampleInfo_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SampleNavigation_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SamplePedigree_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SamplePheno_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_SampleReport_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_TreeVisualisation_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_annotation_AnnotationControl_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_annotation_ClassificationAnnotation_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_annotation_GeneMatchAnnotation_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_components_annotation_NotesAnnotation_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_globals_filters_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_globals_utils_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_store_actions_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_store_getters_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_store_mutations_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_store_state_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_Alert_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_Annotations_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_Consequence_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_Gene_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_GenomeBrowserDb_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_State_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_types_Variant_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_utils_treeBuilder_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_utils_treeDrawer_ts_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_views_About_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_views_DecisionTreeViewer_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_views_Samples_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/_home_travis_build_molgenis_vip_report_template_src_views_VcfViewer_vue_1_1_P1_ENTRY.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_App_vue_27_16_FE_145_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_Allele_vue_26_9_FE_40_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_Allele_vue_38_18_FE_41_bas.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_29_19_FE_90_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_32_20_FE_91_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_36_24_A_65_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_44_25_A_66_eve.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_55_20_FE_92_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_AnnotationsNav_vue_61_20_FE_93_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_138_19_FE_28_new.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_19_7_FE_22_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_26_21_FE_23_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_29_30_FE_24_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_32_30_FE_25_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_47_30_FE_26_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_52_30_FE_27_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_GenomeBrowser_vue_73_26_A_26_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_Genotype_vue_39_17_FE_86_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_Genotype_vue_46_21_FE_87_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_Genotype_vue_49_48_A_33_a_b.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordCommonDetails_vue_80_11_FE_119_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordCommonDetails_vue_86_10_FE_120_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetailsItemValue_vue_114_23_FE_34_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetailsItemValue_vue_123_13_FE_35_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetailsItemValue_vue_151_16_FE_36_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetailsItemValue_vue_94_19_FE_32_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetailsItemValue_vue_99_22_FE_33_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_32_23_FE_99_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_33_68_A_68_inf.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_37_21_FE_100_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_38_66_A_69_inf.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_44_17_FE_101_thi_tha.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoDetails_vue_47_18_FE_102_met.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoNestedDetails_vue_36_11_FE_29_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoNestedDetails_vue_52_10_FE_30_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoNestedDetails_vue_57_12_FE_31_ind.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoUnnestedDetails_vue_39_11_FE_46_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoUnnestedDetails_vue_46_10_FE_47_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordInfoUnnestedDetails_vue_59_18_FE_48_thi_tha.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_257_9_FE_1_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_298_19_FE_2_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_301_11_FE_3_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_346_13_FE_4_ctx.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_354_44_A_11_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_361_9_FE_5_rec_ind_but.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_366_19_FE_6_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_370_16_FE_7_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_403_22_FE_8_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_410_33_FE_9_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_437_28_FE_10_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_444_31_FE_11_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_451_24_FE_12_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_454_32_FE_13_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_456_18_A_12_phe.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_457_14_A_13_phe.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_464_15_FE_14_ctx.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_472_19_A_14_a_b.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_481_19_A_15_a_b.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_505_19_FE_15_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_511_41_A_16_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_520_41_A_17_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_532_43_A_18_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_537_41_A_19_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_541_41_A_20_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_545_41_A_21_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_556_41_A_22_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_560_41_A_23_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_564_41_A_24_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_568_41_A_25_con.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_580_11_FE_16_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_584_33_FE_17_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_587_44_FE_18_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_591_46_FE_19_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_595_41_FE_20_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_RecordTable_vue_599_40_FE_21_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_23_19_FE_49_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_24_34_A_28_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_31_10_FE_50_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_34_13_FE_51_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_37_13_FE_52_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SampleNavigation_vue_40_15_FE_53_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SamplePedigree_vue_30_19_FE_103_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SamplePedigree_vue_34_19_FE_104_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_SamplePheno_vue_44_15_FE_0_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_101_10_FE_58_cli.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_104_10_FE_59_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_109_10_FE_60_cli.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_112_10_FE_61_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_116_13_FE_62_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_120_9_FE_63_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_124_14_FE_64_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_127_13_FE_65_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_130_10_FE_66_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_133_10_FE_67_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_138_10_FE_68_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_141_10_FE_69_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_144_15_FE_70_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_149_14_FE_71_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_153_14_FE_72_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_162_14_FE_73_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_167_11_FE_74_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_170_11_FE_75_pro.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_176_16_FE_76_nod_g.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_177_21_A_29_nod.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_181_16_FE_77_edg_g.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_182_21_A_30_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_186_18_FE_78_nod_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_199_14_FE_79_g.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_209_15_FE_80_svg_min_max.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_216_21_A_31_eve.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_225_11_FE_81_nod_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_232_12_FE_82_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_69_10_FE_54_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_72_10_FE_55_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_75_12_FE_56_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_TreeVisualisation_vue_78_7_FE_57_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_AnnotationControl_vue_20_18_FE_88_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_AnnotationControl_vue_27_13_FE_89_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_ClassificationAnnotation_vue_12_7_FE_142_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_ClassificationAnnotation_vue_27_13_FE_143_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_ClassificationAnnotation_vue_32_10_FE_144_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_GeneMatchAnnotation_vue_12_7_FE_94_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_GeneMatchAnnotation_vue_23_13_FE_95_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_GeneMatchAnnotation_vue_28_10_FE_96_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_NotesAnnotation_vue_22_7_FE_42_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_NotesAnnotation_vue_29_13_FE_43_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_NotesAnnotation_vue_34_10_FE_44_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_components_annotation_NotesAnnotation_vue_40_15_FE_45_el.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_filters_ts_12_29_FE_37_x_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_filters_ts_17_23_FE_38_thi_tha.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_133_1_FD_2_getInfoConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_233_1_FD_3_hasVepConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_238_1_FD_4_getVepConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_267_1_FD_5_hasSnpEffConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_272_1_FD_6_getSnpEffConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_364_1_FD_7_sortConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_394_8_FD_8_getConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_406_1_FD_9_getVepPhenotypesIndex.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_422_8_FD_10_getPhenotypesSelector.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_430_1_FD_11_getVepInheritanceModesGeneIndex.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_446_8_FD_12_getInheritanceModesGeneSelector.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_454_8_FD_13_getVariant.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_59_1_FD_0_createConsequence.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_globals_utils_ts_93_1_FD_1_createConsequences.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_100_27_FE_135_Ptr_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_103_26_FE_136_Ptr_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_106_11_FE_137_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_110_13_FE_138_Ptr_loc.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_113_13_FE_139_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_117_9_FE_140_Ptr_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_120_24_FE_141_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_129_8_FD_14_setTestApi.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_25_21_FE_121_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_29_24_FE_122_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_40_20_FE_123_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_45_21_FE_124_Ptr_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_57_24_FE_125_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_67_20_FE_126_Ptr_par.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_71_15_FE_127_Ptr_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_74_14_FE_128_Ptr_ale.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_77_20_FE_129_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_80_21_FE_130_Ptr.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_83_20_FE_131_Ptr_ann.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_86_19_FE_132_Ptr_ann.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_94_30_FE_133_Ptr_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_actions_ts_97_32_FE_134_Ptr_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_100_5_A_83_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_101_5_A_84_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_129_24_A_85_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_13_23_FE_118_thi_tha.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_141_46_A_86_ite.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_150_31_A_87_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_162_64_A_88_ite.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_171_32_A_89_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_184_27_A_90_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_197_26_A_91_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_24_5_A_72_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_25_5_A_73_id.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_29_39_A_74_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_31_19_A_75_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_42_37_A_76_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_44_19_A_77_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_55_37_A_78_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_57_20_A_79_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_7_12_A_71_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_87_14_A_80_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_90_20_A_81_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_getters_ts_96_24_A_82_sta.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_10_13_FE_106_sta_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_13_20_FE_107_sta_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_17_30_FE_108_sta_phe.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_20_13_FE_109_sta_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_24_20_FE_110_sta_rec.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_27_11_FE_111_sta_ale.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_32_14_FE_112_sta_ale.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_33_40_A_70_anA.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_35_17_FE_113_sta_ann.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_38_30_FE_114_sta_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_41_32_FE_115_sta_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_44_27_FE_116_sta_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_47_26_FE_117_sta_val.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_store_mutations_ts_7_14_FE_105_sta_met.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_111_33_A_10_k.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_13_30_A_0_inp.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_14_43_A_1_key.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_24_29_A_2_lab_typ_que.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_34_33_A_3_out_nod_key_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_48_27_A_4_nex_lab_key_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_62_30_A_5_inp.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_64_40_A_6_key.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_75_31_A_7_out.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_78_18_A_8_que.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeBuilder_ts_90_46_A_9_cat.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_103_29_A_49_lab.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_104_35_A_50_a_b.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_109_32_A_51_svg_pro.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_113_24_A_52_thi_nex_thi_nex_xOf_yOf_bar.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_12_26_A_34_fon.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_133_24_A_53_lab_fon_typ_fon.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_153_18_A_54_svg_x1_y1_x2_y2_str.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_16_41_A_35_fon.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_171_18_A_55_gEl_x_y_wid_hei_isE.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_192_18_A_56_gEl_x_y_lab_fon_nod.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_20_34_A_36_bar.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_210_25_A_57_svg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_226_29_A_58_ele_can_can.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_234_23_A_59_bar_g_e_fon_val_off_svg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_24_28_A_37_edg.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_254_18_A_60_coo_bar_svg_nex_ind.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_273_26_A_61_svg_g_fon_gra_gra_hor.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_282_21_A_62_v.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_28_30_A_38_svg_gra.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_301_26_A_63_svg_g_bar_fon_gra_gra_hor.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_312_21_A_64_e.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_32_36_A_39_wid_hei.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_39_26_A_40_y_ind_fon_yOf.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_43_26_A_41_y_ind_fon_lab.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_48_17_A_42_y_bar_off.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_55_17_A_43_x_xOf.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_59_26_A_44_xPo_tex.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_63_21_A_45_xPo_wid.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_71_20_A_46_svg_gra_hor.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_80_20_A_47_svg_gra.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_utils_treeDrawer_ts_85_22_A_48_inn_fon_fon.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_About_vue_14_10_FE_97_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_DecisionTreeViewer_vue_21_9_A_27_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_DecisionTreeViewer_vue_24_16_FE_39_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_Samples_vue_29_10_FE_83_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_Samples_vue_33_16_FE_84_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_Samples_vue_40_40_A_32_sam.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_Samples_vue_47_11_FE_85_to_fro.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_VcfViewer_vue_16_9_A_67_0.ucfg +0 -0
- package/.scannerwork/ucfg2/js/src_views_VcfViewer_vue_22_16_FE_98_0.ucfg +0 -0
- package/babel.config.js +0 -3
- package/jest.config.js +0 -5
- package/public/index.html +0 -19
- package/sonar-project.properties +0 -6
- package/src/App.vue +0 -149
- package/src/components/Alerts.vue +0 -28
- package/src/components/Allele.vue +0 -48
- package/src/components/Anchor.vue +0 -16
- package/src/components/AnnotationsNav.vue +0 -66
- package/src/components/Gene.vue +0 -32
- package/src/components/GenomeBrowser.vue +0 -143
- package/src/components/Genotype.vue +0 -59
- package/src/components/Identifiers.vue +0 -32
- package/src/components/InfoButton.vue +0 -15
- package/src/components/NavigationBar.vue +0 -27
- package/src/components/PubMedAnchor.vue +0 -25
- package/src/components/RecordCommonDetails.vue +0 -106
- package/src/components/RecordDetails.vue +0 -56
- package/src/components/RecordInfoDetails.vue +0 -58
- package/src/components/RecordInfoDetailsItem.vue +0 -44
- package/src/components/RecordInfoDetailsItemMultiline.vue +0 -26
- package/src/components/RecordInfoDetailsItemValue.vue +0 -166
- package/src/components/RecordInfoNestedDetails.vue +0 -73
- package/src/components/RecordInfoUnnestedDetails.vue +0 -66
- package/src/components/RecordSampleDetails.vue +0 -32
- package/src/components/RecordTable.vue +0 -605
- package/src/components/RecordTableControls.vue +0 -55
- package/src/components/SampleDetails.vue +0 -91
- package/src/components/SampleInfo.vue +0 -36
- package/src/components/SampleNavigation.vue +0 -45
- package/src/components/SamplePedigree.vue +0 -40
- package/src/components/SamplePheno.vue +0 -55
- package/src/components/SampleReport.vue +0 -36
- package/src/components/TreeVisualisation.vue +0 -240
- package/src/components/annotation/AnnotationControl.vue +0 -46
- package/src/components/annotation/ClassificationAnnotation.vue +0 -37
- package/src/components/annotation/GeneMatchAnnotation.vue +0 -33
- package/src/components/annotation/NotesAnnotation.vue +0 -46
- package/src/globals/filters.ts +0 -19
- package/src/globals/utils.ts +0 -467
- package/src/i18n.ts +0 -23
- package/src/locales/en.json +0 -82
- package/src/main.ts +0 -22
- package/src/mocks/apiDataMock.ts +0 -173
- package/src/plugins/bootstrap-vue.ts +0 -68
- package/src/router/index.ts +0 -48
- package/src/shims-tsx.d.ts +0 -13
- package/src/shims-vue.d.ts +0 -4
- package/src/store/actions.ts +0 -131
- package/src/store/getters.ts +0 -207
- package/src/store/mutations.ts +0 -50
- package/src/store/state.ts +0 -18
- package/src/store/store.ts +0 -16
- package/src/types/Alert.ts +0 -5
- package/src/types/Annotations.ts +0 -14
- package/src/types/Consequence.ts +0 -36
- package/src/types/DecisionTree.d.ts +0 -96
- package/src/types/Gene.ts +0 -4
- package/src/types/GenomeBrowserDb.ts +0 -7
- package/src/types/State.ts +0 -18
- package/src/types/Variant.ts +0 -6
- package/src/types/dagreGraphlib.d.ts +0 -596
- package/src/types/graphlib.d.ts +0 -1
- package/src/types/layout.d.ts +0 -1
- package/src/utils/treeBuilder.ts +0 -112
- package/src/utils/treeDrawer.ts +0 -359
- package/src/views/About.vue +0 -18
- package/src/views/DecisionTreeViewer.vue +0 -31
- package/src/views/Samples.vue +0 -55
- package/src/views/VcfViewer.vue +0 -27
- package/tests/unit/globals/filters.spec.ts +0 -25
- package/tests/unit/globals/utils.spec.ts +0 -453
- package/tests/unit/store/actions.spec.ts +0 -191
- package/tests/unit/store/getters.spec.ts +0 -660
- package/tests/unit/store/mutations.spec.ts +0 -80
- package/tests/unit/utils/treeBuilder.spec.ts +0 -320
- package/tests/unit/utils/treeDrawer.spec.ts +0 -104
- package/vue.config.js +0 -36
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<b-form-select v-model="selected" :options="options" size="sm" @change="onChange" />
|
|
3
|
-
</template>
|
|
4
|
-
|
|
5
|
-
<script lang="ts">
|
|
6
|
-
import Vue, { PropType } from 'vue';
|
|
7
|
-
|
|
8
|
-
export default Vue.extend({
|
|
9
|
-
props: {
|
|
10
|
-
value: { type: String as PropType<string> }
|
|
11
|
-
},
|
|
12
|
-
data() {
|
|
13
|
-
return {
|
|
14
|
-
selected: this.value,
|
|
15
|
-
options: [
|
|
16
|
-
{ value: null, text: '' },
|
|
17
|
-
{ value: 'true', text: 'Yes' },
|
|
18
|
-
{ value: 'false', text: 'No' }
|
|
19
|
-
]
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
methods: {
|
|
23
|
-
onChange() {
|
|
24
|
-
this.$emit('update', this.selected);
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
watch: {
|
|
28
|
-
value(value) {
|
|
29
|
-
this.selected = value;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
</script>
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<b-form-textarea
|
|
3
|
-
v-if="focus"
|
|
4
|
-
v-focus
|
|
5
|
-
size="sm"
|
|
6
|
-
v-model="text"
|
|
7
|
-
type="text"
|
|
8
|
-
debounce="500"
|
|
9
|
-
@blur="focus = false"
|
|
10
|
-
@update="onChange"
|
|
11
|
-
/>
|
|
12
|
-
<b-form-input v-else size="sm" :value="text" type="text" debounce="500" @focus="focus = true" @update="onChange" />
|
|
13
|
-
</template>
|
|
14
|
-
|
|
15
|
-
<script lang="ts">
|
|
16
|
-
import Vue, { PropType } from 'vue';
|
|
17
|
-
|
|
18
|
-
export default Vue.extend({
|
|
19
|
-
props: {
|
|
20
|
-
value: { type: String as PropType<string> }
|
|
21
|
-
},
|
|
22
|
-
data() {
|
|
23
|
-
return {
|
|
24
|
-
text: this.value !== null ? this.value : '',
|
|
25
|
-
focus: false
|
|
26
|
-
};
|
|
27
|
-
},
|
|
28
|
-
methods: {
|
|
29
|
-
onChange() {
|
|
30
|
-
this.$emit('update', this.text);
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
watch: {
|
|
34
|
-
value(value) {
|
|
35
|
-
this.text = value;
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
directives: {
|
|
39
|
-
focus: {
|
|
40
|
-
inserted(el) {
|
|
41
|
-
el.focus();
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
});
|
|
46
|
-
</script>
|
package/src/globals/filters.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const numberFormatWithGrouping = new Intl.NumberFormat('en-US', {
|
|
2
|
-
style: 'decimal',
|
|
3
|
-
maximumFractionDigits: 1
|
|
4
|
-
});
|
|
5
|
-
|
|
6
|
-
const numberFormatWithoutGrouping = new Intl.NumberFormat('en-US', {
|
|
7
|
-
style: 'decimal',
|
|
8
|
-
useGrouping: false,
|
|
9
|
-
maximumFractionDigits: 1
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
export const formatNumber = function (x: number, grouping = false): string {
|
|
13
|
-
const numberFormat = grouping ? numberFormatWithGrouping : numberFormatWithoutGrouping;
|
|
14
|
-
return numberFormat.format(x);
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const append = function (thisString: string, thatString: string): string {
|
|
18
|
-
return `${thatString}${thisString}`;
|
|
19
|
-
};
|
package/src/globals/utils.ts
DELETED
|
@@ -1,467 +0,0 @@
|
|
|
1
|
-
import { Vcf, Api } from '@molgenis/vip-report-api';
|
|
2
|
-
import { Consequence, ConsequenceMetadata, Consequences } from '@/types/Consequence';
|
|
3
|
-
import { Variant } from '@/types/Variant';
|
|
4
|
-
|
|
5
|
-
const consequenceMetadata: ConsequenceMetadata = {
|
|
6
|
-
effect: {
|
|
7
|
-
id: 'Consequence',
|
|
8
|
-
type: 'STRING',
|
|
9
|
-
number: { type: 'OTHER' },
|
|
10
|
-
description: 'Consequence'
|
|
11
|
-
},
|
|
12
|
-
symbol: { id: 'SYMBOL', type: 'STRING', number: { type: 'NUMBER', count: 1 }, description: 'SYMBOL' },
|
|
13
|
-
incompletePenetrance: {
|
|
14
|
-
id: 'IncompletePenetrance',
|
|
15
|
-
type: 'FLAG',
|
|
16
|
-
number: { type: 'NUMBER', count: 1 },
|
|
17
|
-
description: 'IncompletePenetrance'
|
|
18
|
-
},
|
|
19
|
-
inheritance: {
|
|
20
|
-
id: 'InheritanceModesGene',
|
|
21
|
-
type: 'STRING',
|
|
22
|
-
number: { type: 'OTHER' },
|
|
23
|
-
description: 'InheritanceModesGene'
|
|
24
|
-
},
|
|
25
|
-
hgvsC: { id: 'hgvsC', type: 'STRING', number: { type: 'NUMBER', count: 1 }, description: 'hgvsC' },
|
|
26
|
-
hgvsP: { id: 'hgvsP', type: 'STRING', number: { type: 'NUMBER', count: 1 }, description: 'hgvsP' },
|
|
27
|
-
pubMed: {
|
|
28
|
-
id: 'PUBMED',
|
|
29
|
-
type: 'INTEGER',
|
|
30
|
-
number: { type: 'OTHER' },
|
|
31
|
-
description: 'Pubmed ID(s) of publications that cite existing variant'
|
|
32
|
-
},
|
|
33
|
-
clinVar: {
|
|
34
|
-
id: 'CLIN_SIG',
|
|
35
|
-
type: 'STRING',
|
|
36
|
-
number: { type: 'OTHER' },
|
|
37
|
-
description: 'ClinVar clinical significance of the dbSNP variant'
|
|
38
|
-
},
|
|
39
|
-
gnomAD: {
|
|
40
|
-
id: 'gnomAD_AF',
|
|
41
|
-
type: 'FLOAT',
|
|
42
|
-
number: { type: 'NUMBER', count: 1 },
|
|
43
|
-
description: 'Frequency of existing variant in gnomAD exomes combined population'
|
|
44
|
-
},
|
|
45
|
-
mvl: {
|
|
46
|
-
id: 'VKGL_UMCG',
|
|
47
|
-
type: 'STRING',
|
|
48
|
-
number: { type: 'NUMBER', count: 1 },
|
|
49
|
-
description: 'UMCG Managed variant list Classification'
|
|
50
|
-
},
|
|
51
|
-
vkgl: {
|
|
52
|
-
id: 'VKGL_CL',
|
|
53
|
-
type: 'STRING',
|
|
54
|
-
number: { type: 'NUMBER', count: 1 },
|
|
55
|
-
description: 'VKGL public consensus'
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
function createConsequence(
|
|
60
|
-
info: Vcf.Value[],
|
|
61
|
-
effectIndex: number | undefined,
|
|
62
|
-
symbolIndex: number | undefined,
|
|
63
|
-
incompletePenetranceIndex: number | undefined,
|
|
64
|
-
inheritanceIndex: number | undefined,
|
|
65
|
-
hgvsCIndex: number | undefined,
|
|
66
|
-
hgvsPIndex: number | undefined,
|
|
67
|
-
pubMedIndex: number | undefined,
|
|
68
|
-
clinVarIndex: number | undefined,
|
|
69
|
-
gnomADIndex: number | undefined,
|
|
70
|
-
mvlIndex: number | undefined,
|
|
71
|
-
vkglIndex: number | undefined,
|
|
72
|
-
primaryIndex: number | undefined,
|
|
73
|
-
alleleIndexIndex: number | undefined
|
|
74
|
-
): Consequence {
|
|
75
|
-
return {
|
|
76
|
-
effect: effectIndex !== undefined ? (info[effectIndex] as string[]) : [],
|
|
77
|
-
symbol: symbolIndex !== undefined ? (info[symbolIndex] as string | null) : null,
|
|
78
|
-
incompletePenetrance:
|
|
79
|
-
incompletePenetranceIndex !== undefined ? (info[incompletePenetranceIndex] as boolean) : false,
|
|
80
|
-
inheritance: inheritanceIndex !== undefined ? (info[inheritanceIndex] as string[]) : [],
|
|
81
|
-
hgvsC: hgvsCIndex !== undefined ? (info[hgvsCIndex] as string | null) : null,
|
|
82
|
-
hgvsP: hgvsPIndex !== undefined ? (info[hgvsPIndex] as string | null) : null,
|
|
83
|
-
pubMed: pubMedIndex !== undefined ? (info[pubMedIndex] as number[]) : [],
|
|
84
|
-
clinVar: clinVarIndex !== undefined ? (info[clinVarIndex] as string[]) : [],
|
|
85
|
-
gnomAD: gnomADIndex !== undefined ? (info[gnomADIndex] as number) : null,
|
|
86
|
-
mvl: mvlIndex !== undefined ? (info[mvlIndex] as string | null) : null,
|
|
87
|
-
vkgl: vkglIndex !== undefined ? (info[vkglIndex] as string | null) : null,
|
|
88
|
-
primary: primaryIndex !== undefined ? (info[primaryIndex] as string) : null,
|
|
89
|
-
alleleIndex: alleleIndexIndex != undefined ? (info[alleleIndexIndex] as number) : null
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
function createConsequences(
|
|
94
|
-
info: Vcf.Value[][],
|
|
95
|
-
effectIndex: number | undefined,
|
|
96
|
-
symbolIndex: number | undefined,
|
|
97
|
-
incompletePenetranceIndex: number | undefined,
|
|
98
|
-
inheritanceIndex: number | undefined,
|
|
99
|
-
hgvsCIndex: number | undefined,
|
|
100
|
-
hgvsPIndex: number | undefined,
|
|
101
|
-
pubMedIndex: number | undefined,
|
|
102
|
-
clinVarIndex: number | undefined,
|
|
103
|
-
gnomADIndex: number | undefined,
|
|
104
|
-
mvlIndex: number | undefined,
|
|
105
|
-
vkglIndex: number | undefined,
|
|
106
|
-
primaryIndex: number | undefined,
|
|
107
|
-
alleleIndexIndex: number | undefined
|
|
108
|
-
): Consequence[] {
|
|
109
|
-
const items = [];
|
|
110
|
-
for (const item of info) {
|
|
111
|
-
const consequence = createConsequence(
|
|
112
|
-
item,
|
|
113
|
-
effectIndex,
|
|
114
|
-
symbolIndex,
|
|
115
|
-
incompletePenetranceIndex,
|
|
116
|
-
inheritanceIndex,
|
|
117
|
-
hgvsCIndex,
|
|
118
|
-
hgvsPIndex,
|
|
119
|
-
pubMedIndex,
|
|
120
|
-
clinVarIndex,
|
|
121
|
-
gnomADIndex,
|
|
122
|
-
mvlIndex,
|
|
123
|
-
vkglIndex,
|
|
124
|
-
primaryIndex,
|
|
125
|
-
alleleIndexIndex
|
|
126
|
-
);
|
|
127
|
-
items.push(consequence);
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
return items;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
function getInfoConsequences(
|
|
134
|
-
infoMetadata: Vcf.InfoMetadata,
|
|
135
|
-
info: Vcf.Value[][],
|
|
136
|
-
effectId: string,
|
|
137
|
-
symbolId: string,
|
|
138
|
-
incompletePenetranceId: string | null,
|
|
139
|
-
inheritanceId: string | null,
|
|
140
|
-
hgvsCId: string,
|
|
141
|
-
hgvsPId: string,
|
|
142
|
-
pubMedId: string | null,
|
|
143
|
-
clinVarId: string | null,
|
|
144
|
-
gnomADId: string | null,
|
|
145
|
-
mvlId: string | null,
|
|
146
|
-
vkglId: string | null,
|
|
147
|
-
primaryId: string | null,
|
|
148
|
-
alleleIndexId: string | null
|
|
149
|
-
): Consequence[] {
|
|
150
|
-
if (infoMetadata.nested === undefined) {
|
|
151
|
-
return [];
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
let effectIndex,
|
|
155
|
-
symbolIndex,
|
|
156
|
-
incompletePenetranceIndex,
|
|
157
|
-
inheritanceIndex,
|
|
158
|
-
hgvsCIndex,
|
|
159
|
-
hgvsPIndex,
|
|
160
|
-
pubMedIndex,
|
|
161
|
-
clinVarIndex,
|
|
162
|
-
gnomADIndex,
|
|
163
|
-
mvlIndex,
|
|
164
|
-
vkglIndex,
|
|
165
|
-
primaryIndex,
|
|
166
|
-
alleleIndexIndex;
|
|
167
|
-
let index = 0;
|
|
168
|
-
for (const nestedInfoMetadata of Object.values(infoMetadata.nested.items)) {
|
|
169
|
-
switch (nestedInfoMetadata.id) {
|
|
170
|
-
case effectId:
|
|
171
|
-
effectIndex = index;
|
|
172
|
-
break;
|
|
173
|
-
case symbolId:
|
|
174
|
-
symbolIndex = index;
|
|
175
|
-
break;
|
|
176
|
-
case incompletePenetranceId:
|
|
177
|
-
incompletePenetranceIndex = index;
|
|
178
|
-
break;
|
|
179
|
-
case inheritanceId:
|
|
180
|
-
inheritanceIndex = index;
|
|
181
|
-
break;
|
|
182
|
-
case hgvsCId:
|
|
183
|
-
hgvsCIndex = index;
|
|
184
|
-
break;
|
|
185
|
-
case hgvsPId:
|
|
186
|
-
hgvsPIndex = index;
|
|
187
|
-
break;
|
|
188
|
-
case pubMedId:
|
|
189
|
-
pubMedIndex = index;
|
|
190
|
-
break;
|
|
191
|
-
case clinVarId:
|
|
192
|
-
clinVarIndex = index;
|
|
193
|
-
break;
|
|
194
|
-
case gnomADId:
|
|
195
|
-
gnomADIndex = index;
|
|
196
|
-
break;
|
|
197
|
-
case mvlId:
|
|
198
|
-
mvlIndex = index;
|
|
199
|
-
break;
|
|
200
|
-
case vkglId:
|
|
201
|
-
vkglIndex = index;
|
|
202
|
-
break;
|
|
203
|
-
case primaryId:
|
|
204
|
-
primaryIndex = index;
|
|
205
|
-
break;
|
|
206
|
-
case alleleIndexId:
|
|
207
|
-
alleleIndexIndex = index;
|
|
208
|
-
break;
|
|
209
|
-
default:
|
|
210
|
-
break;
|
|
211
|
-
}
|
|
212
|
-
++index;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
return createConsequences(
|
|
216
|
-
info,
|
|
217
|
-
effectIndex,
|
|
218
|
-
symbolIndex,
|
|
219
|
-
incompletePenetranceIndex,
|
|
220
|
-
inheritanceIndex,
|
|
221
|
-
hgvsCIndex,
|
|
222
|
-
hgvsPIndex,
|
|
223
|
-
pubMedIndex,
|
|
224
|
-
clinVarIndex,
|
|
225
|
-
gnomADIndex,
|
|
226
|
-
mvlIndex,
|
|
227
|
-
vkglIndex,
|
|
228
|
-
primaryIndex,
|
|
229
|
-
alleleIndexIndex
|
|
230
|
-
);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
function hasVepConsequences(metadata: Vcf.Metadata): boolean {
|
|
234
|
-
const csqInfo = metadata.info['CSQ'];
|
|
235
|
-
return csqInfo !== undefined;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
function getVepConsequences(record: Vcf.Record, metadata: Vcf.Metadata): Consequence[] {
|
|
239
|
-
const infoMetadata = metadata.info['CSQ'];
|
|
240
|
-
if (infoMetadata === undefined || record.n === undefined) {
|
|
241
|
-
return [];
|
|
242
|
-
}
|
|
243
|
-
const info = record.n;
|
|
244
|
-
if (!Object.prototype.hasOwnProperty.call(info, 'CSQ') && info.CSQ !== null) {
|
|
245
|
-
return [];
|
|
246
|
-
}
|
|
247
|
-
const csqInfo = info.CSQ as Vcf.Value[][];
|
|
248
|
-
return getInfoConsequences(
|
|
249
|
-
infoMetadata,
|
|
250
|
-
csqInfo,
|
|
251
|
-
'Consequence',
|
|
252
|
-
'SYMBOL',
|
|
253
|
-
'IncompletePenetrance',
|
|
254
|
-
'InheritanceModesGene',
|
|
255
|
-
'HGVSc',
|
|
256
|
-
'HGVSp',
|
|
257
|
-
'PUBMED',
|
|
258
|
-
'CLIN_SIG',
|
|
259
|
-
'gnomAD_AF',
|
|
260
|
-
'VKGL_UMCG',
|
|
261
|
-
'VKGL_CL',
|
|
262
|
-
'PICK',
|
|
263
|
-
'ALLELE_NUM'
|
|
264
|
-
);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
function hasSnpEffConsequences(metadata: Vcf.Metadata): boolean {
|
|
268
|
-
const csqInfo = metadata.info['ANN'];
|
|
269
|
-
return csqInfo !== undefined;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
function getSnpEffConsequences(record: Vcf.Record, metadata: Vcf.Metadata): Consequence[] {
|
|
273
|
-
const infoMetadata = metadata.info['ANN'];
|
|
274
|
-
if (infoMetadata === undefined || record.n === undefined) {
|
|
275
|
-
return [];
|
|
276
|
-
}
|
|
277
|
-
const info = record.n;
|
|
278
|
-
if (!Object.prototype.hasOwnProperty.call(info, 'ANN') && info.ANN !== null) {
|
|
279
|
-
return [];
|
|
280
|
-
}
|
|
281
|
-
const annInfo = info.ANN as Vcf.Value[][];
|
|
282
|
-
return getInfoConsequences(
|
|
283
|
-
infoMetadata,
|
|
284
|
-
annInfo,
|
|
285
|
-
'Annotation',
|
|
286
|
-
'Gene_Name',
|
|
287
|
-
null,
|
|
288
|
-
null,
|
|
289
|
-
'HGVS.c',
|
|
290
|
-
'HGVS.p',
|
|
291
|
-
null,
|
|
292
|
-
null,
|
|
293
|
-
null,
|
|
294
|
-
null,
|
|
295
|
-
null,
|
|
296
|
-
null,
|
|
297
|
-
null
|
|
298
|
-
);
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* Based on:
|
|
303
|
-
* - http://grch37.ensembl.org/info/genome/variation/prediction/predicted_data.html#consequences
|
|
304
|
-
* - http://snpeff.sourceforge.net/VCFannotationformat_v1.0.pdf
|
|
305
|
-
*/
|
|
306
|
-
const soTermRank: { [index: string]: number } = {
|
|
307
|
-
transcript_ablation: 0,
|
|
308
|
-
chromosome_number_variation: 1,
|
|
309
|
-
exon_loss_variant: 2,
|
|
310
|
-
splice_acceptor_variant: 3,
|
|
311
|
-
splice_donor_variant: 4,
|
|
312
|
-
stop_gained: 5,
|
|
313
|
-
frameshift_variant: 6,
|
|
314
|
-
stop_lost: 7,
|
|
315
|
-
start_lost: 8,
|
|
316
|
-
transcript_amplification: 9,
|
|
317
|
-
inframe_insertion: 10,
|
|
318
|
-
disruptive_inframe_insertion: 10,
|
|
319
|
-
conservative_inframe_insertion: 10,
|
|
320
|
-
inframe_deletion: 11,
|
|
321
|
-
disruptive_inframe_deletion: 11,
|
|
322
|
-
conservative_inframe_deletion: 11,
|
|
323
|
-
rare_amino_acid_variant: 12,
|
|
324
|
-
missense_variant: 13,
|
|
325
|
-
protein_altering_variant: 14,
|
|
326
|
-
splice_region_variant: 15,
|
|
327
|
-
splice_branch_variant: 15,
|
|
328
|
-
incomplete_terminal_codon_variant: 16,
|
|
329
|
-
start_retained_variant: 17,
|
|
330
|
-
initiator_codon_variant: 17,
|
|
331
|
-
stop_retained_variant: 18,
|
|
332
|
-
synonymous_variant: 19,
|
|
333
|
-
coding_sequence_variant: 20,
|
|
334
|
-
mature_miRNA_variant: 21,
|
|
335
|
-
'5_prime_UTR_variant': 22,
|
|
336
|
-
'5_prime_UTR_truncation': 22,
|
|
337
|
-
'5_prime_UTR_premature_start_codon_gain_variant': 22,
|
|
338
|
-
'3_prime_UTR_variant': 23,
|
|
339
|
-
'3_prime_UTR_truncation': 23,
|
|
340
|
-
non_coding_transcript_exon_variant: 24,
|
|
341
|
-
intron_variant: 25,
|
|
342
|
-
conserved_intron_variant: 25,
|
|
343
|
-
NMD_transcript_variant: 26,
|
|
344
|
-
non_coding_transcript_variant: 27,
|
|
345
|
-
upstream_gene_variant: 28,
|
|
346
|
-
downstream_gene_variant: 29,
|
|
347
|
-
TFBS_ablation: 30,
|
|
348
|
-
TFBS_amplification: 31,
|
|
349
|
-
TF_binding_site_variant: 32,
|
|
350
|
-
regulatory_region_variant: 32,
|
|
351
|
-
regulatory_region_ablation: 33,
|
|
352
|
-
regulatory_region_amplification: 34,
|
|
353
|
-
feature_elongation: 35,
|
|
354
|
-
feature_truncation: 36,
|
|
355
|
-
miRNA: 37,
|
|
356
|
-
custom: 38,
|
|
357
|
-
sequence_feature: 38,
|
|
358
|
-
intragenic_variant: 40,
|
|
359
|
-
conserved_intergenic_variant: 41,
|
|
360
|
-
intergenic_variant: 42,
|
|
361
|
-
intergenic_region: 43
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
function sortConsequences(thisConsequence: Consequence, thatConsequence: Consequence): number {
|
|
365
|
-
if (thisConsequence.primary === '1' && thatConsequence.primary !== '1') {
|
|
366
|
-
return -1;
|
|
367
|
-
} else if (thatConsequence.primary === '1') {
|
|
368
|
-
return 1;
|
|
369
|
-
} else {
|
|
370
|
-
let thisRank = Number.MAX_VALUE;
|
|
371
|
-
|
|
372
|
-
for (const soTerm of thisConsequence.effect) {
|
|
373
|
-
const rank = soTermRank[soTerm];
|
|
374
|
-
if (rank < thisRank) {
|
|
375
|
-
thisRank = rank;
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
let thatRank = Number.MAX_VALUE;
|
|
380
|
-
for (const soTerm of thatConsequence.effect) {
|
|
381
|
-
const rank = soTermRank[soTerm];
|
|
382
|
-
if (rank < thatRank) {
|
|
383
|
-
thatRank = rank;
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
return thisRank - thatRank;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* Returns consequences extracted from various info fields
|
|
393
|
-
*/
|
|
394
|
-
export function getConsequences(record: Vcf.Record, recordMetadata: Vcf.Metadata): Consequences {
|
|
395
|
-
const consequences: Consequence[] = [];
|
|
396
|
-
if (hasVepConsequences(recordMetadata)) {
|
|
397
|
-
consequences.push(...getVepConsequences(record, recordMetadata));
|
|
398
|
-
}
|
|
399
|
-
if (hasSnpEffConsequences(recordMetadata)) {
|
|
400
|
-
consequences.push(...getSnpEffConsequences(record, recordMetadata));
|
|
401
|
-
}
|
|
402
|
-
consequences.sort(sortConsequences);
|
|
403
|
-
return { metadata: consequenceMetadata, items: consequences };
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
function getVepPhenotypesIndex(metadata: Vcf.Metadata): number | null {
|
|
407
|
-
const infoMetadata = metadata.info['CSQ'];
|
|
408
|
-
if (infoMetadata === undefined || infoMetadata.nested === undefined) {
|
|
409
|
-
return null;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
let index = 0;
|
|
413
|
-
for (const nestedInfoMetadata of Object.values(infoMetadata.nested.items)) {
|
|
414
|
-
if (nestedInfoMetadata.id === 'HPO') {
|
|
415
|
-
return index;
|
|
416
|
-
}
|
|
417
|
-
++index;
|
|
418
|
-
}
|
|
419
|
-
return null;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
export function getPhenotypesSelector(recordMetadata: Vcf.Metadata): Api.Selector {
|
|
423
|
-
const index = getVepPhenotypesIndex(recordMetadata);
|
|
424
|
-
if (index === null) {
|
|
425
|
-
throw new Error('phenotypes unavailable');
|
|
426
|
-
}
|
|
427
|
-
return ['n', 'CSQ', '*', index];
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
function getVepInheritanceModesGeneIndex(metadata: Vcf.Metadata): number | null {
|
|
431
|
-
const infoMetadata = metadata.info['CSQ'];
|
|
432
|
-
if (infoMetadata === undefined || infoMetadata.nested === undefined) {
|
|
433
|
-
return null;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
let index = 0;
|
|
437
|
-
for (const nestedInfoMetadata of Object.values(infoMetadata.nested.items)) {
|
|
438
|
-
if (nestedInfoMetadata.id === 'InheritanceModesGene') {
|
|
439
|
-
return index;
|
|
440
|
-
}
|
|
441
|
-
++index;
|
|
442
|
-
}
|
|
443
|
-
return null;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
export function getInheritanceModesGeneSelector(recordMetadata: Vcf.Metadata): Api.Selector {
|
|
447
|
-
const index = getVepInheritanceModesGeneIndex(recordMetadata);
|
|
448
|
-
if (index === null) {
|
|
449
|
-
throw new Error('inheritance modes gene unavailable');
|
|
450
|
-
}
|
|
451
|
-
return ['n', 'CSQ', '*', index];
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
export function getVariant(record: Vcf.Record, consequence: Consequence): Variant | null {
|
|
455
|
-
let variant;
|
|
456
|
-
if (consequence.alleleIndex !== null) {
|
|
457
|
-
variant = {
|
|
458
|
-
chr: record.c,
|
|
459
|
-
pos: record.p,
|
|
460
|
-
ref: record.r,
|
|
461
|
-
alt: record.a[consequence.alleleIndex - 1]
|
|
462
|
-
};
|
|
463
|
-
} else {
|
|
464
|
-
variant = null;
|
|
465
|
-
}
|
|
466
|
-
return variant;
|
|
467
|
-
}
|
package/src/i18n.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import Vue from 'vue';
|
|
2
|
-
import VueI18n, { LocaleMessages } from 'vue-i18n';
|
|
3
|
-
|
|
4
|
-
Vue.use(VueI18n);
|
|
5
|
-
|
|
6
|
-
function loadLocaleMessages(): LocaleMessages {
|
|
7
|
-
const locales = require.context('./locales', true, /[A-Za-z0-9-_,\s]+\.json$/i);
|
|
8
|
-
const messages: LocaleMessages = {};
|
|
9
|
-
locales.keys().forEach((key) => {
|
|
10
|
-
const matched = key.match(/([A-Za-z0-9-_]+)\./i);
|
|
11
|
-
if (matched && matched.length > 1) {
|
|
12
|
-
const locale = matched[1];
|
|
13
|
-
messages[locale] = locales(key);
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
return messages;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export default new VueI18n({
|
|
20
|
-
locale: process.env.VUE_APP_I18N_LOCALE || 'en',
|
|
21
|
-
fallbackLocale: process.env.VUE_APP_I18N_FALLBACK_LOCALE || 'en',
|
|
22
|
-
messages: loadLocaleMessages()
|
|
23
|
-
});
|
package/src/locales/en.json
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"brand": "VCF Report",
|
|
3
|
-
"about": "About",
|
|
4
|
-
"footer": "Report generated with {0} {1} (arguments: {2})",
|
|
5
|
-
"recordWarning": "The first {0} records are available out of a total of {1}.",
|
|
6
|
-
"sampleWarning": "The first {0} samples are available out of a total of {1}.",
|
|
7
|
-
"chr": "Chromosome",
|
|
8
|
-
"pos": "Position",
|
|
9
|
-
"id": "Identifiers",
|
|
10
|
-
"ref": "Reference",
|
|
11
|
-
"alt": "Alternates",
|
|
12
|
-
"qual": "Quality",
|
|
13
|
-
"filter": "Filters",
|
|
14
|
-
"info": "Info",
|
|
15
|
-
"format": "Format",
|
|
16
|
-
"type": "Type",
|
|
17
|
-
"capice": "CAPICE",
|
|
18
|
-
"effect": "Effect",
|
|
19
|
-
"symbol": "Gene",
|
|
20
|
-
"inheritance": "Gene Inh Modes",
|
|
21
|
-
"mvl": "MVL",
|
|
22
|
-
"vkgl": "VKGL",
|
|
23
|
-
"gnomad": "gnomAD",
|
|
24
|
-
"clinvar": "ClinVar",
|
|
25
|
-
"pubmed": "Literature",
|
|
26
|
-
"hgvsc": "HGVS C",
|
|
27
|
-
"hgvsp": "HGVS P",
|
|
28
|
-
"noSearchResults": "No Search Results",
|
|
29
|
-
"record": "record",
|
|
30
|
-
"records": "records",
|
|
31
|
-
"emptyTableMessage": "There are no records to show",
|
|
32
|
-
"clear": "Clear",
|
|
33
|
-
"sample": "Sample",
|
|
34
|
-
"samples": "Samples",
|
|
35
|
-
"father": "Father",
|
|
36
|
-
"mother": "Mother",
|
|
37
|
-
"pedigree": "Pedigree",
|
|
38
|
-
"phenotype": "Phenotype",
|
|
39
|
-
"phenotypes": "Phenotypes",
|
|
40
|
-
"phenotypesUnavailable": "no phenotype information available",
|
|
41
|
-
"vibe": "VIBE",
|
|
42
|
-
"recordDetails": "Record Details",
|
|
43
|
-
"ok": "Ok",
|
|
44
|
-
"prop": "Property",
|
|
45
|
-
"key": "Key",
|
|
46
|
-
"value": "Value",
|
|
47
|
-
"export": "Export",
|
|
48
|
-
"import": "Import",
|
|
49
|
-
"emptyFileError": "Import failed: file is empty",
|
|
50
|
-
"invalidFileHeaderError": "Import failed: invalid file header (expected: {0})",
|
|
51
|
-
"invalidFileLineError": "Import failed: invalid line in file",
|
|
52
|
-
"geneMatch": "Gene Y/N",
|
|
53
|
-
"class": "Class",
|
|
54
|
-
"txt": "Comments",
|
|
55
|
-
"annotations": "Notes",
|
|
56
|
-
"new": "New",
|
|
57
|
-
"open": "Open...",
|
|
58
|
-
"save": "Save...",
|
|
59
|
-
"exit": "Exit",
|
|
60
|
-
"matchPhenotype": "Only display records that match sample phenotype(s)",
|
|
61
|
-
"matchInheritance": "Only display records that match inheritance",
|
|
62
|
-
"matchDenovo": "Only display records that are denovo",
|
|
63
|
-
"matchDepth": "Only display records that have a read depth of 20 or higher",
|
|
64
|
-
"maleAffected": "Male, Affected.",
|
|
65
|
-
"maleUnaffected": "Male, Unaffected.",
|
|
66
|
-
"maleUnknown": "Male, Unknown affected status.",
|
|
67
|
-
"femaleAffected": "Female, Affected.",
|
|
68
|
-
"femaleUnaffected": "Female, Unaffected.",
|
|
69
|
-
"femaleUnknown": "Female, Unknown affected status.",
|
|
70
|
-
"sexUnknownAffected": "Unknown sex, Affected.",
|
|
71
|
-
"sexUnknownUnaffected": "Unknown sex, Unaffected.",
|
|
72
|
-
"sexUnknownAffectedUnknown": "Unknown sex, Unknown affected status.",
|
|
73
|
-
"allelicImbalance": "Allelic imbalance",
|
|
74
|
-
"lowReadDepth": "Read depth < 20",
|
|
75
|
-
"data": "Data",
|
|
76
|
-
"vcf": "VCF",
|
|
77
|
-
"genomeBrowserUnavailable": "Genome browser unavailable for selected record.",
|
|
78
|
-
"treeViewer": "Decision tree",
|
|
79
|
-
"missingDecisionTree": "Decision tree unavailable",
|
|
80
|
-
"treeInfo": "Click and drag in the tree to navigate, scroll to zoom.",
|
|
81
|
-
"incompletePenetrance": "Gene associated with incomplete penetrance."
|
|
82
|
-
}
|
package/src/main.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import Vue from 'vue';
|
|
2
|
-
import './plugins/bootstrap-vue';
|
|
3
|
-
import App from '@/App.vue';
|
|
4
|
-
import i18n from '@/i18n';
|
|
5
|
-
import router from '@/router';
|
|
6
|
-
import store from '@/store/store';
|
|
7
|
-
|
|
8
|
-
Vue.config.productionTip = false;
|
|
9
|
-
Vue.config.errorHandler = (err) => {
|
|
10
|
-
console.error(err);
|
|
11
|
-
alert(err);
|
|
12
|
-
};
|
|
13
|
-
Vue.config.warnHandler = (msg) => {
|
|
14
|
-
console.warn(msg);
|
|
15
|
-
alert(msg);
|
|
16
|
-
};
|
|
17
|
-
new Vue({
|
|
18
|
-
i18n,
|
|
19
|
-
router,
|
|
20
|
-
store,
|
|
21
|
-
render: (h) => h(App)
|
|
22
|
-
}).$mount('#app');
|