From b962c35c4de83cd700053042e7ee1c2890e609c0 Mon Sep 17 00:00:00 2001 From: jrobinso <933148+jrobinso@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:17:12 -0700 Subject: [PATCH] Updated examples. Version bump. --- README.md | 20 +++++++------- dev/encode/bigwig.html | 53 +++++--------------------------------- dev/ucsc/simpleGenark.html | 17 ++++++++++++ examples/genark.html | 26 +++++++++++++++++++ js/embedCss.js | 2 +- js/version.js | 2 +- package.json | 2 +- 7 files changed, 63 insertions(+), 59 deletions(-) create mode 100644 dev/ucsc/simpleGenark.html create mode 100644 examples/genark.html diff --git a/README.md b/README.md index 67b76c856..18ccfc0d6 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ Below are examples and a quickstart guide. See the [developer documentation](ht # Examples -***[Alignments](https://igv.org/web/release/3.0.7/examples/cram-vcf.html)*** +***[Alignments](https://igv.org/web/release/3.0.8/examples/cram-vcf.html)*** -***[Interactions](https://igv.org/web/release/3.0.7/examples/interact.html)*** +***[Interactions](https://igv.org/web/release/3.0.8/examples/interact.html)*** -***[Copy number](https://igv.org/web/release/3.0.7/examples/copyNumber.html)*** +***[Copy number](https://igv.org/web/release/3.0.8/examples/copyNumber.html)*** -***[Multiple regions](https://igv.org/web/release/3.0.7/examples/multi-locus.html)*** +***[Multiple regions](https://igv.org/web/release/3.0.8/examples/multi-locus.html)*** -***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.0.7/examples/maf-tcga.html)*** +***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.0.8/examples/maf-tcga.html)*** -***[Variant color options](https://igv.org/web/release/3.0.7/examples/variant-colors.html)*** +***[Variant color options](https://igv.org/web/release/3.0.8/examples/variant-colors.html)*** -***[More](https://igv.org/web/release/3.0.7/examples/)*** +***[More](https://igv.org/web/release/3.0.8/examples/)*** # Quickstart @@ -39,18 +39,18 @@ Below are examples and a quickstart guide. See the [developer documentation](ht igv.js consists of a single javascript file with no external dependencies. Pre-built files for script include, AMD, or CJS module systems (igv.min.js) and an ES6 module (igv.esm.min.js) -can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.0.7/dist/](https://cdn.jsdelivr.net/npm/igv@3.0.7/dist/). +can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.0.8/dist/](https://cdn.jsdelivr.net/npm/igv@3.0.8/dist/). To import igv as an ES6 module ```javascript -import igv from "https://cdn.jsdelivr.net/npm/igv@3.0.7/dist/igv.esm.min.js" +import igv from "https://cdn.jsdelivr.net/npm/igv@3.0.8/dist/igv.esm.min.js" ``` Or as a script include (defines the "igv" global) ```html - + ``` Alternatively you can install with npm diff --git a/dev/encode/bigwig.html b/dev/encode/bigwig.html index 97ea93202..9343f4e49 100644 --- a/dev/encode/bigwig.html +++ b/dev/encode/bigwig.html @@ -1,46 +1,24 @@
- - - - -