Comparing version 2.7.6 to 2.7.7
{ | ||
"name": "igv", | ||
"version": "2.7.6", | ||
"version": "2.7.7", | ||
"description": "Embeddable genomic visualization component based on the Integrative Genomics Viewer", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -19,11 +19,11 @@ # igv.js | ||
***[Alignments](https://igv.org/web/release/2.7.6/examples/cram-vcf.html)*** | ||
***[Alignments](https://igv.org/web/release/2.7.7/examples/cram-vcf.html)*** | ||
***[Interactions](https://igv.org/web/release/2.7.6/examples/arcs.html)*** | ||
***[Interactions](https://igv.org/web/release/2.7.7/examples/arcs.html)*** | ||
***[Copy number](https://igv.org/web/release/2.7.6/examples/copyNumber.html)*** | ||
***[Copy number](https://igv.org/web/release/2.7.7/examples/copyNumber.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.7.6/examples/multi-locus.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.7.7/examples/multi-locus.html)*** | ||
***[More](https://igv.org/web/release/2.7.6/examples/)*** | ||
***[More](https://igv.org/web/release/2.7.7/examples/)*** | ||
@@ -37,7 +37,7 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/igv@2.7.6/dist/igv.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/igv@2.7.7/dist/igv.min.js"></script> | ||
``` | ||
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.7.6/dist/](https://cdn.jsdelivr.net/npm/igv@2.7.6/dist/). | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.7.7/dist/](https://cdn.jsdelivr.net/npm/igv@2.7.7/dist/). | ||
@@ -56,7 +56,7 @@ Alternatively you can install with npm | ||
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.7.6/examples/igv-require.html))* | ||
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.7.7/examples/igv-require.html))* | ||
***or*** import it as an es6 module | ||
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.7.6/examples/igv-esm.html))* | ||
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.7.7/examples/igv-esm.html))* | ||
@@ -63,0 +63,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11149530