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.js
CHANGED
|
@@ -2004,7 +2004,7 @@ var HotspotAnnotation = /** @class */ (function (_super) {
|
|
|
2004
2004
|
var DEFAULT_MUTATION_ALIGNER_URL_TEMPLATE = 'http://mutationaligner.org/api/domains/<%= pfamDomainId %>?metadata=true';
|
|
2005
2005
|
var DEFAULT_MUTATION_ALIGNER_PROXY_URL_TEMPLATE = 'https://www.cbioportal.org/proxy/mutationaligner.org/api/domains/<%= pfamDomainId %>?metadata=true';
|
|
2006
2006
|
var DEFAULT_MY_GENE_URL_TEMPLATE = 'https://mygene.info/v3/gene/<%= entrezGeneId %>?fields=uniprot';
|
|
2007
|
-
var DEFAULT_UNIPROT_ID_URL_TEMPLATE = 'https://
|
|
2007
|
+
var DEFAULT_UNIPROT_ID_URL_TEMPLATE = 'https://rest.uniprot.org/uniprotkb/search?query=accession:<%= swissProtAccession %>&format=tsv&fields=id';
|
|
2008
2008
|
var DEFAULT_GENOME_NEXUS_URL = 'https://www.genomenexus.org/';
|
|
2009
2009
|
// The legacy instance does not require an authentication but the data will not be update.
|
|
2010
2010
|
var DEFAULT_ONCO_KB_URL = 'https://legacy.oncokb.org/';
|
|
@@ -9836,7 +9836,7 @@ var LollipopMutationPlot = /** @class */ (function (_super) {
|
|
|
9836
9836
|
writable: true,
|
|
9837
9837
|
value: function () {
|
|
9838
9838
|
return (React__namespace.createElement("div", { style: { maxWidth: 200 } },
|
|
9839
|
-
React__namespace.createElement("a", { href: "
|
|
9839
|
+
React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/" + this.props.store.uniprotId.result, target: "_blank" }, this.props.store.uniprotId.result)));
|
|
9840
9840
|
}
|
|
9841
9841
|
});
|
|
9842
9842
|
Object.defineProperty(LollipopMutationPlot.prototype, "sequence", {
|
|
@@ -12340,7 +12340,7 @@ var GeneSummaryInfo = function (_a) {
|
|
|
12340
12340
|
DATA: ccdsId,
|
|
12341
12341
|
},
|
|
12342
12342
|
}), target: "_blank" }, ccdsId)) : ('-');
|
|
12343
|
-
var uniprot = uniprotId ? (React__namespace.createElement("a", { href: "
|
|
12343
|
+
var uniprot = uniprotId ? (React__namespace.createElement("a", { href: "https://www.uniprot.org/uniprot/" + uniprotId, target: "_blank" }, uniprotId)) : ('-');
|
|
12344
12344
|
var compactGeneSummaryInfo = (React__namespace.createElement("div", null,
|
|
12345
12345
|
React__namespace.createElement("span", { "data-test": "compactGeneSummaryRefSeq" }, refSeq), " | ",
|
|
12346
12346
|
ensembl,
|