Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Feb 8, 2024
1 parent a1aaaa7 commit 2eecde7
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/examples/example_ann.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_bed.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_bedpe.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_config.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_dups.html

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions docs/examples/example_fusions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_genome.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_idlink.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_junctions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_maf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_noembed.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
var igvDiv

igvDiv = document.getElementById("igvDiv")
var options = {"reference": {"fastaURL": "https://igv-genepattern-org.s3.amazonaws.com/genomes/seq/hg38/hg38.fa", "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/genomes/seq/hg38/hg38.fa.fai", "cytobandURL": "https://s3.amazonaws.com/igv.org.genomes/hg38/annotations/cytoBandIdeo.txt.gz"}, "tracks": [{"name": "Refseq Genes", "format": "refgene", "url": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/ncbiRefSeq.txt.gz", "indexed": false, "removable": false, "order": 1000000, "infoURL": "https://www.ncbi.nlm.nih.gov/gene/?term=$$", "type": "annotation"}, {"name": "variants.vcf", "url": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/variants.vcf.gz", "type": "variant", "format": "vcf", "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/variants.vcf.gz.tbi"}, {"name": "recalibrated", "url": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/recalibrated.bam", "type": "alignment", "format": "bam", "height": 500, "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/recalibrated.bam.bai"}]}
var options = {"reference": {"fastaURL": "https://igv-genepattern-org.s3.amazonaws.com/genomes/seq/hg38/hg38.fa", "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/genomes/seq/hg38/hg38.fa.fai", "cytobandURL": "https://igv-genepattern-org.s3.amazonaws.com/genomes/hg38/cytoBandIdeo.txt.gz"}, "tracks": [{"name": "Refseq Genes", "format": "refgene", "url": "https://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/ncbiRefSeq.txt.gz", "indexed": false, "removable": false, "order": 1000001, "infoURL": "https://www.ncbi.nlm.nih.gov/gene/?term=$$", "type": "annotation"}, {"name": "variants.vcf", "url": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/variants.vcf.gz", "type": "variant", "format": "vcf", "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/variants.vcf.gz.tbi"}, {"name": "recalibrated", "url": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/recalibrated.bam", "type": "alignment", "format": "bam", "height": 500, "indexURL": "https://igv-genepattern-org.s3.amazonaws.com/test/reports/recalibrated.bam.bai"}]}

igv.createBrowser(igvDiv, options)
.then(function (b) {
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/example_tab.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_vcf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples/example_wig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(name='igv-reports',
packages=['igv_reports'],
version='1.10.0',
version='1.12.0',
description='Creates self-contained html pages for visual variant review with IGV (igv.js).',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2eecde7

Please sign in to comment.