-
Notifications
You must be signed in to change notification settings - Fork 229
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
3 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -16,19 +16,19 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation. | |
|
||
# Examples | ||
|
||
***[Alignments](https://igv.org/web/release/2.9.3/examples/cram-vcf.html)*** | ||
***[Alignments](https://igv.org/web/release/2.9.4/examples/cram-vcf.html)*** | ||
|
||
***[Interactions](https://igv.org/web/release/2.9.3/examples/arcs.html)*** | ||
***[Interactions](https://igv.org/web/release/2.9.4/examples/arcs.html)*** | ||
|
||
***[Copy number](https://igv.org/web/release/2.9.3/examples/copyNumber.html)*** | ||
***[Copy number](https://igv.org/web/release/2.9.4/examples/copyNumber.html)*** | ||
|
||
***[Multiple regions](https://igv.org/web/release/2.9.3/examples/multi-locus.html)*** | ||
***[Multiple regions](https://igv.org/web/release/2.9.4/examples/multi-locus.html)*** | ||
|
||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.9.3/examples/maf-tcga.html)*** | ||
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.9.4/examples/maf-tcga.html)*** | ||
|
||
***[Variant color options](https://igv.org/web/release/2.9.3/examples/variant-colors.html)*** | ||
***[Variant color options](https://igv.org/web/release/2.9.4/examples/variant-colors.html)*** | ||
|
||
***[More](https://igv.org/web/release/2.9.3/examples/)*** | ||
***[More](https://igv.org/web/release/2.9.4/examples/)*** | ||
|
||
|
||
# Quickstart | ||
|
@@ -37,11 +37,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].3/dist/igv.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/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].3/dist/](https://cdn.jsdelivr.net/npm/[email protected].3/dist/). | ||
can be downloaded from [https://cdn.jsdelivr.net/npm/[email protected].4/dist/](https://cdn.jsdelivr.net/npm/[email protected].4/dist/). | ||
|
||
Alternatively you can install with npm | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const _version = "2.9.3" | ||
const _version = "2.9.4" | ||
function version() { | ||
return _version; | ||
} | ||
|
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