Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 1, 2019
1 parent 985e0c0 commit 8447599
Show file tree
Hide file tree
Showing 8 changed files with 896 additions and 1,465 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ See the [Wiki](https://github.com/igvteam/igv.js/wiki) for more documentation.

# Examples

***[Alignments](https://igv.org/web/release/2.2.14/examples/cram.html)***
***[Alignments](https://igv.org/web/release/2.2.15/examples/cram.html)***

***[Copy number](https://igv.org/web/release/2.2.14/examples/copyNumber.html)***
***[Copy number](https://igv.org/web/release/2.2.15/examples/copyNumber.html)***

***[Multiple regions](https://igv.org/web/release/2.2.14/examples/multi-locus.html)***
***[Multiple regions](https://igv.org/web/release/2.2.15/examples/multi-locus.html)***

***[More](https://igv.org/web/release/2.2.14/examples/)***
***[More](https://igv.org/web/release/2.2.15/examples/)***


# Quickstart
Expand All @@ -28,11 +28,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].14/dist/igv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/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].14/dist/](https://cdn.jsdelivr.net/npm/[email protected].14/dist/).
can be downloaded from [https://cdn.jsdelivr.net/npm/[email protected].15/dist/](https://cdn.jsdelivr.net/npm/[email protected].15/dist/).

Alternatively you can install with npm

Expand All @@ -46,11 +46,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.2.14/examples/igv-require.html))*
```requirejs(['igv.min'], function (igv) {...}``` *(see [examples/igv-require.html](https://igv.org/web/release/2.2.15/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.2.14/examples/igv-esm.html))*
```import igv from 'igv.esm.min.js'``` *(see [examples/igv-esm.html](https://igv.org/web/release/2.2.15/examples/igv-esm.html))*



Expand Down
Loading

0 comments on commit 8447599

Please sign in to comment.