react-mutation-mapper 0.8.48 → 0.8.49
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/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/util/DataFetcherUtils.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1967,7 +1967,7 @@ var HotspotAnnotation = /** @class */ (function (_super) {
|
|
|
1967
1967
|
var DEFAULT_MUTATION_ALIGNER_URL_TEMPLATE = 'http://mutationaligner.org/api/domains/<%= pfamDomainId %>?metadata=true';
|
|
1968
1968
|
var DEFAULT_MUTATION_ALIGNER_PROXY_URL_TEMPLATE = 'https://www.cbioportal.org/proxy/mutationaligner.org/api/domains/<%= pfamDomainId %>?metadata=true';
|
|
1969
1969
|
var DEFAULT_MY_GENE_URL_TEMPLATE = 'https://mygene.info/v3/gene/<%= entrezGeneId %>?fields=uniprot';
|
|
1970
|
-
var DEFAULT_UNIPROT_ID_URL_TEMPLATE = 'https://
|
|
1970
|
+
var DEFAULT_UNIPROT_ID_URL_TEMPLATE = 'https://rest.uniprot.org/uniprotkb/search?query=accession:<%= swissProtAccession %>&format=tsv&fields=id';
|
|
1971
1971
|
var DEFAULT_GENOME_NEXUS_URL = 'https://www.genomenexus.org/';
|
|
1972
1972
|
// The legacy instance does not require an authentication but the data will not be update.
|
|
1973
1973
|
var DEFAULT_ONCO_KB_URL = 'https://legacy.oncokb.org/';
|
|
@@ -9799,7 +9799,7 @@ var LollipopMutationPlot = /** @class */ (function (_super) {
|
|
|
9799
9799
|
writable: true,
|
|
9800
9800
|
value: function () {
|
|
9801
9801
|
return (React.createElement("div", { style: { maxWidth: 200 } },
|
|
9802
|
-
React.createElement("a", { href: "
|
|
9802
|
+
React.createElement("a", { href: "https://www.uniprot.org/uniprot/" + this.props.store.uniprotId.result, target: "_blank" }, this.props.store.uniprotId.result)));
|
|
9803
9803
|
}
|
|
9804
9804
|
});
|
|
9805
9805
|
Object.defineProperty(LollipopMutationPlot.prototype, "sequence", {
|
|
@@ -12303,7 +12303,7 @@ var GeneSummaryInfo = function (_a) {
|
|
|
12303
12303
|
DATA: ccdsId,
|
|
12304
12304
|
},
|
|
12305
12305
|
}), target: "_blank" }, ccdsId)) : ('-');
|
|
12306
|
-
var uniprot = uniprotId ? (React.createElement("a", { href: "
|
|
12306
|
+
var uniprot = uniprotId ? (React.createElement("a", { href: "https://www.uniprot.org/uniprot/" + uniprotId, target: "_blank" }, uniprotId)) : ('-');
|
|
12307
12307
|
var compactGeneSummaryInfo = (React.createElement("div", null,
|
|
12308
12308
|
React.createElement("span", { "data-test": "compactGeneSummaryRefSeq" }, refSeq), " | ",
|
|
12309
12309
|
ensembl,
|