Comparing version 2.10.2 to 2.10.3
{ | ||
"name": "igv", | ||
"version": "2.10.2", | ||
"version": "2.10.3", | ||
"main": "dist/igv.esm.js", | ||
@@ -55,3 +55,3 @@ "browser": "dist/igv.js", | ||
"igv-ui": "git+https://github.com/igvteam/igv-ui.git#v1.2.0", | ||
"igv-utils": "git+https://github.com/igvteam/igv-utils.git#v1.3.4", | ||
"igv-utils": "git+https://github.com/igvteam/igv-utils.git#v1.3.5", | ||
"mocha": "^8.1.3", | ||
@@ -58,0 +58,0 @@ "regenerator-runtime": "^0.13.3", |
@@ -15,15 +15,15 @@ # igv.js | ||
***[Alignments](https://igv.org/web/release/2.10.2/examples/cram-vcf.html)*** | ||
***[Alignments](https://igv.org/web/release/2.10.3/examples/cram-vcf.html)*** | ||
***[Interactions](https://igv.org/web/release/2.10.2/examples/interact.html)*** | ||
***[Interactions](https://igv.org/web/release/2.10.3/examples/interact.html)*** | ||
***[Copy number](https://igv.org/web/release/2.10.2/examples/copyNumber.html)*** | ||
***[Copy number](https://igv.org/web/release/2.10.3/examples/copyNumber.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.10.2/examples/multi-locus.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.10.3/examples/multi-locus.html)*** | ||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.10.2/examples/maf-tcga.html)*** | ||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.10.3/examples/maf-tcga.html)*** | ||
***[Variant color options](https://igv.org/web/release/2.10.2/examples/variant-colors.html)*** | ||
***[Variant color options](https://igv.org/web/release/2.10.3/examples/variant-colors.html)*** | ||
***[More](https://igv.org/web/release/2.10.2/examples/)*** | ||
***[More](https://igv.org/web/release/2.10.3/examples/)*** | ||
@@ -37,3 +37,3 @@ | ||
Pre-built files for ES5 (igv.min.js) and ES6 (igv.esm.min.js) | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.10.2/dist/](https://cdn.jsdelivr.net/npm/igv@2.10.2/dist/). | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/](https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/). | ||
@@ -43,3 +43,3 @@ To import igv as an ES6 module | ||
```javascript | ||
import igv from "https://cdn.jsdelivr.net/npm/igv@2.10.2/dist/igv.es6.min.js" | ||
import igv from "https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/igv.es6.min.js" | ||
``` | ||
@@ -50,3 +50,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/igv@2.10.2/dist/igv.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/igv.min.js"></script> | ||
``` | ||
@@ -53,0 +53,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
12816530
102920