-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation. | |
|
||
# Examples | ||
|
||
***[Alignments](https://igv.org/web/release/2.3.2/examples/cram.html)*** | ||
***[Alignments](https://igv.org/web/release/2.3.3/examples/cram.html)*** | ||
|
||
***[Copy number](https://igv.org/web/release/2.3.2/examples/copyNumber.html)*** | ||
***[Copy number](https://igv.org/web/release/2.3.3/examples/copyNumber.html)*** | ||
|
||
***[Multiple regions](https://igv.org/web/release/2.3.2/examples/multi-locus.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.3.3/examples/multi-locus.html)*** | ||
|
||
***[More](https://igv.org/web/release/2.3.2/examples/)*** | ||
***[More](https://igv.org/web/release/2.3.3/examples/)*** | ||
|
||
|
||
# Quickstart | ||
|
@@ -30,11 +30,11 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation. | |
igv.js consists of a single javascript file with no external dependencies. To link directly to the current release copy this snippet | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/igv.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/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/[email protected].2/dist/](https://cdn.jsdelivr.net/npm/[email protected].2/dist/). | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/[email protected].3/dist/](https://cdn.jsdelivr.net/npm/[email protected].3/dist/). | ||
|
||
Alternatively you can install with npm | ||
|
||
|
@@ -48,11 +48,11 @@ To use igv.js include it with a script tag | |
|
||
***or*** import it as a requirejs module | ||
|
||
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.3.2/examples/igv-require.html))* | ||
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.3.3/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.3.2/examples/igv-esm.html))* | ||
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.3.3/examples/igv-esm.html))* | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters