Skip to content

Commit be9ae95

Browse files
committed
update weblink examples
1 parent 7c05e46 commit be9ae95

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/web/StaticLinkExamples.html

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</head>
77
<body>
88

9+
<h2>IGV desktop links</h2>
910
<p>
1011
<a href="http://localhost:60151/load?file=https://s3.amazonaws.com/igv.org.test/data/gm12878_loops.bedpe.gz&amp;locus=chr1&amp;name=GM12878+loops">
1112
Load with name</a>
@@ -20,5 +21,19 @@
2021
</p>
2122

2223

24+
<h2>IGV web app equivalents</h2>
25+
<p>
26+
<a target="_blank" href="https://igv.org/app/?file=https://s3.amazonaws.com/igv.org.test/data/gm12878_loops.bedpe.gz&locus=chr1&name=GM12878+loops">
27+
Load with name</a>
28+
</p>
29+
<p>
30+
<a target="_blank" href="https://igv.org/app/?file=https://data.broadinstitute.org/igvdata/annotations/hg19/dbSnp/snp137.hg19.bed.gz&index=https://data.broadinstitute.org/igvdata/annotations/hg19/dbSnp/snp137.hg19.bed.gz.tbi&amp;locus=chr1&amp;name=SNPs">
31+
Load with index</a>
32+
</p>
33+
<p>
34+
<a target="_blank" href="https://igv.org/app/?genome=https://s3.amazonaws.com/igv.broadinstitute.org/genomes/seq/hg19/hg19.fasta">
35+
Load fasta</a>
36+
</p>
37+
2338
</body>
2439
</html>

0 commit comments

Comments
 (0)