diff --git a/dev/alignment/bamNonIndexed.html b/dev/alignment/bamNonIndexed.html
index d300ebea2..c1223e6d7 100644
--- a/dev/alignment/bamNonIndexed.html
+++ b/dev/alignment/bamNonIndexed.html
@@ -1,7 +1,7 @@
- IGV
+ igv.js
@@ -20,7 +20,7 @@ Non-indexed BAM file
const options =
{
genome: "hg19",
- locus: "gstt1",
+ locus: "chr22:24,376,164-24,376,475",
tracks: [
{
id: "myBamTrack",
diff --git a/dev/alignment/bamSorted.html b/dev/alignment/bamSorted.html
index 466a124cd..cb1993fc2 100644
--- a/dev/alignment/bamSorted.html
+++ b/dev/alignment/bamSorted.html
@@ -8,12 +8,15 @@
BAM file with initial sort
-In this example a BAM file is loaded with an initial sort position set. Also demonstrated is the use of findTracks
-and sort functions to programmatically trigger a sort at specific positions.
+In this example a BAM file is loaded with an initial sort position set. Also demonstrated is the use of
+findTracks and sort functions to programmatically trigger a sort at specific positions.
+
+
+ Goto chr1:155,155,358
+ Sort position chr1:155,155,358
+ Sort position chr1:155,155,361
+
-Goto chr1:155,155,358
-Sort position chr1:155,155,358
-Sort position chr1:155,155,361
diff --git a/examples/copyNumber.html b/examples/copyNumber.html
index bae8d7cd8..41b4311d0 100644
--- a/examples/copyNumber.html
+++ b/examples/copyNumber.html
@@ -15,6 +15,18 @@
Segmented Copy Number
+
+
+ Segmented copy number ("seg" format) with
+
+ No index
+ Index with no visibiliy window (loads by whole chromosome)
+ Index with visibility window of 100 MB
+
+
+
+
+
+
+
+
+
+
+Example illustrating options for coloring GFF and GTF annotation tracks
+
+
+ color by attribute (column 9)
+ color by source (column 2)
+ color by source with color table
+
+
+
+
+
+
+
+
+
+