Skip to content

Commit 93292d4

Browse files
committed
update dev html
1 parent 4b54991 commit 93292d4

File tree

1 file changed

+13
-30
lines changed

1 file changed

+13
-30
lines changed

dev/alignment/bam.html

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,19 @@
1616

1717
const config =
1818
{
19-
genome: "hg19",
20-
locus:
21-
[
22-
"chr1:155,153,822-155,155,105"
23-
],
24-
tracks:
25-
[
26-
{
27-
type: "alignment",
28-
url: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam",
29-
indexURL: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam.bai",
30-
name: "NA12878n"
31-
},
32-
{
33-
type: "alignment",
34-
url: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam",
35-
indexURL: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam.bai",
36-
name: "NA12878 - coverage only",
37-
showAlignments: false
38-
39-
},
40-
// {
41-
// type: "alignment",
42-
// url: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam",
43-
// indexURL: "https://1000genomes.s3.amazonaws.com/phase3/data/NA19625/exome_alignment/NA19625.mapped.ILLUMINA.bwa.ASW.exome.20120522.bam.bai",
44-
// cacheBlocks: false,
45-
// name: "NA12878 - cache off",
46-
// }
47-
]
48-
};
19+
"genome": "hg19",
20+
"locus": "chr1:155,159,012-155,164,131",
21+
"roi": [],
22+
"tracks": [
23+
{
24+
"type": "alignment",
25+
"url": "gs://genomics-public-data/platinum-genomes/bam/NA12878_S1.bam",
26+
"indexURL": "gs://genomics-public-data/platinum-genomes/bam/NA12878_S1.bam.bai",
27+
"name": "NA12878",
28+
"format": "bam"
29+
}
30+
]
31+
}
4932

5033
igv.createBrowser(document.getElementById('igvDiv'), config)
5134
.then(browser => {

0 commit comments

Comments
 (0)