From f861ae26e14b5468914ea827e87e192db8209bb0 Mon Sep 17 00:00:00 2001 From: jrobinso Date: Fri, 29 Oct 2021 20:27:12 -0700 Subject: [PATCH] update readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8ae1e4f4b..df6ea2ec8 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ Below are examples and a quickstart guide. See the [Wiki](https://github.com/ig # Examples -***[Alignments](https://igv.org/web/release/2.10.3/examples/cram-vcf.html)*** +***[Alignments](https://igv.org/web/release/2.10.4/examples/cram-vcf.html)*** -***[Interactions](https://igv.org/web/release/2.10.3/examples/interact.html)*** +***[Interactions](https://igv.org/web/release/2.10.4/examples/interact.html)*** -***[Copy number](https://igv.org/web/release/2.10.3/examples/copyNumber.html)*** +***[Copy number](https://igv.org/web/release/2.10.4/examples/copyNumber.html)*** -***[Multiple regions](https://igv.org/web/release/2.10.3/examples/multi-locus.html)*** +***[Multiple regions](https://igv.org/web/release/2.10.4/examples/multi-locus.html)*** -***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.10.3/examples/maf-tcga.html)*** +***[Mutation Annotation Format (MAF)](https://igv.org/web/release/2.10.4/examples/maf-tcga.html)*** -***[Variant color options](https://igv.org/web/release/2.10.3/examples/variant-colors.html)*** +***[Variant color options](https://igv.org/web/release/2.10.4/examples/variant-colors.html)*** -***[More](https://igv.org/web/release/2.10.3/examples/)*** +***[More](https://igv.org/web/release/2.10.4/examples/)*** # Quickstart @@ -33,18 +33,18 @@ Below are examples and a quickstart guide. See the [Wiki](https://github.com/ig igv.js consists of a single javascript file with no external dependencies. 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.3/dist/](https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/). +can be downloaded from [https://cdn.jsdelivr.net/npm/igv@2.10.4/dist/](https://cdn.jsdelivr.net/npm/igv@2.10.4/dist/). To import igv as an ES6 module ```javascript -import igv from "https://cdn.jsdelivr.net/npm/igv@2.10.3/dist/igv.es6.min.js" +import igv from "https://cdn.jsdelivr.net/npm/igv@2.10.4/dist/igv.es6.min.js" ``` Or as a script include (defines the "igv" global) ```html - + ``` Alternatively you can install with npm