Skip to content

Commit 3f224bc

Browse files
committed
bump version, update examples
1 parent 1906d4a commit 3f224bc

22 files changed

+38
-38
lines changed

docs/examples/example_ann.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_bed.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_bedpe.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_config.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_dups.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_fusions.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_idlink.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_junctions.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_maf.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/examples/example_noembed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- igv -->
1515

16-
<script src="https://cdn.jsdelivr.net/npm/igv@3.4.0/dist/igv.min.js"></script>
16+
<script src="https://igv.org/web/snapshot/dist/igv.js"></script>
1717

1818

1919
<style type="text/css">
@@ -169,7 +169,7 @@
169169
var igvDiv
170170

171171
igvDiv = document.getElementById("igvDiv")
172-
var options = {"reference": {"twoBitURL": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/hg38.2bit", "cytobandURL": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/cytoBandIdeo.txt.gz"}, "tracks": [{"id": "refseqSelect", "name": "Refseq Select", "url": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/ncbiRefSeqSelect.txt.gz", "format": "refgene", "html": "https://www.ncbi.nlm.nih.gov/refseq/refseq_select/", "order": 100000, "type": "annotation"}, {"name": "variants.vcf", "url": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/variants.vcf.gz", "type": "variant", "format": "vcf", "indexURL": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/variants.vcf.gz.tbi"}, {"name": "recalibrated", "url": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/recalibrated.bam", "type": "alignment", "format": "bam", "height": 500, "filter": {"duplicate": false, "vendorFailed": false}, "indexURL": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/recalibrated.bam.bai"}]}
172+
var options = {"reference": {"twoBitURL": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/bigZips/hg38.2bit", "cytobandURL": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/cytoBandIdeo.txt.gz"}, "tracks": [{"id": "refseqAll", "name": "Refseq All", "url": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/ncbiRefSeq.txt.gz", "format": "refgene", "html": "https://www.ncbi.nlm.nih.gov/refseq/", "infoURL": "https://www.ncbi.nlm.nih.gov/gene/?term=$$", "order": 100000, "type": "annotation"}, {"name": "variants.vcf", "url": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/variants.vcf.gz", "type": "variant", "format": "vcf", "indexURL": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/variants.vcf.gz.tbi"}, {"name": "recalibrated", "url": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/recalibrated.bam", "type": "alignment", "format": "bam", "height": 500, "filter": {"duplicate": false, "vendorFailed": false}, "indexURL": "https://raw.githubusercontent.com/igvteam/igv-reports/refs/heads/master/test/data/variants/recalibrated.bam.bai"}]}
173173

174174
igv.createBrowser(igvDiv, options)
175175
.then(function (b) {

0 commit comments

Comments
 (0)