react-mutation-mapper 0.8.54 → 0.8.55
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/README.md +1 -1
- package/dist/component/StatusHelpers.d.ts +0 -1
- package/dist/component/clinvar/ClinvarSummary.d.ts +0 -1
- package/dist/component/column/MyVariantInfoHelper.d.ts +0 -1
- package/dist/component/filter/ProteinImpactTypeHelper.d.ts +0 -1
- package/dist/component/lollipopPlot/DomainTooltip.d.ts +0 -1
- package/dist/component/mutationTable/MutationColumnHelper.d.ts +0 -1
- package/dist/component/oncokb/OncoKbHelper.d.ts +0 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/model/DomainSpec.d.ts +0 -1
- package/dist/model/LollipopSpec.d.ts +0 -1
- package/dist/model/SequenceSpec.d.ts +0 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2068,7 +2068,7 @@ function getUrl(urlTemplate, templateVariables) {
|
|
|
2068
2068
|
}
|
|
2069
2069
|
function fetchVariantAnnotationsByMutation(mutations, fields, isoformOverrideSource, client) {
|
|
2070
2070
|
if (fields === void 0) { fields = ['annotation_summary']; }
|
|
2071
|
-
if (isoformOverrideSource === void 0) { isoformOverrideSource = '
|
|
2071
|
+
if (isoformOverrideSource === void 0) { isoformOverrideSource = 'mskcc'; }
|
|
2072
2072
|
if (client === void 0) { client = DEFAULT_GENOME_NEXUS_CLIENT; }
|
|
2073
2073
|
return tslib.__awaiter(this, void 0, void 0, function () {
|
|
2074
2074
|
var genomicLocations, _a;
|
|
@@ -2096,7 +2096,7 @@ function fetchVariantAnnotationsByMutation(mutations, fields, isoformOverrideSou
|
|
|
2096
2096
|
}
|
|
2097
2097
|
function fetchVariantAnnotationsIndexedByGenomicLocation(mutations, fields, isoformOverrideSource, client) {
|
|
2098
2098
|
if (fields === void 0) { fields = ['annotation_summary']; }
|
|
2099
|
-
if (isoformOverrideSource === void 0) { isoformOverrideSource = '
|
|
2099
|
+
if (isoformOverrideSource === void 0) { isoformOverrideSource = 'mskcc'; }
|
|
2100
2100
|
if (client === void 0) { client = DEFAULT_GENOME_NEXUS_CLIENT; }
|
|
2101
2101
|
return tslib.__awaiter(this, void 0, void 0, function () {
|
|
2102
2102
|
var variantAnnotations;
|
|
@@ -10671,7 +10671,7 @@ var DefaultMutationMapperDataFetcher = /** @class */ (function () {
|
|
|
10671
10671
|
configurable: true,
|
|
10672
10672
|
writable: true,
|
|
10673
10673
|
value: function (mutations, isoformOverrideSource, client) {
|
|
10674
|
-
if (isoformOverrideSource === void 0) { isoformOverrideSource = '
|
|
10674
|
+
if (isoformOverrideSource === void 0) { isoformOverrideSource = 'mskcc'; }
|
|
10675
10675
|
if (client === void 0) { client = this.genomeNexusClient; }
|
|
10676
10676
|
return tslib.__awaiter(this, void 0, void 0, function () {
|
|
10677
10677
|
var indexedVariantAnnotations;
|
|
@@ -11813,7 +11813,7 @@ var DefaultMutationMapperStore = /** @class */ (function () {
|
|
|
11813
11813
|
});
|
|
11814
11814
|
Object.defineProperty(DefaultMutationMapperStore.prototype, "isoformOverrideSource", {
|
|
11815
11815
|
get: function () {
|
|
11816
|
-
return this.config.isoformOverrideSource || '
|
|
11816
|
+
return this.config.isoformOverrideSource || 'mskcc';
|
|
11817
11817
|
},
|
|
11818
11818
|
enumerable: false,
|
|
11819
11819
|
configurable: true
|