Skip to content

Commit

Permalink
dev html cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 21, 2024
1 parent 6e4c739 commit d0fee36
Show file tree
Hide file tree
Showing 12 changed files with 88 additions and 385 deletions.
43 changes: 26 additions & 17 deletions dev/alignment/bam.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,35 @@ <h2>

const config =
{
"queryParametersSupported": true,
"genome": "hg19",
"locus": "chr1:155155389",
"version": "3.0.2",
"showSampleNames": false,
"reference": {
"id": "mm39",
"name": "Mouse (GRCm39/mm39)",
"fastaURL": "https://s3.amazonaws.com/igv.org.genomes/mm39/mm39.fa",
"indexURL": "https://s3.amazonaws.com/igv.org.genomes/mm39/mm39.fa.fai",
"cytobandURL": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/database/cytoBandIdeo.txt.gz",
"aliasURL": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/mm39.chromAlias.txt",
"twoBitURL": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/mm39.2bit",
"chromSizesURL": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/bigZips/mm39.chrom.sizes",
"chromosomeOrder": "chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr19,chrX,chrY"
},
"locus": "all",
"roi": [],
"tracks": [
{
"type": "alignment",
"url": "gs://genomics-public-data/platinum-genomes/bam/NA12878_S1.bam",
"indexURL": "gs://genomics-public-data/platinum-genomes/bam/NA12878_S1.bam.bai",
"name": "NA12878",
"format": "bam",
"sort": {
"chr": "chr1",
"position": 155155389,
"option": "BASE",
"direction": "ASC"
},
groupBy: "strand",
height: 800,
filter: {mq: 30}
"type": "sequence",
"order": -9007199254740991
},
,
{
"name": "Refseq Genes",
"format": "refgene",
"url": "https://hgdownload.soe.ucsc.edu/goldenPath/mm39/database/ncbiRefSeq.txt.gz",
"indexed": false,
"order": 1000000,
"type": "annotation",
"height": 70
}
]
}
Expand Down
66 changes: 0 additions & 66 deletions dev/wig/bigWigs.html

This file was deleted.

47 changes: 0 additions & 47 deletions dev/wig/bigwig.html

This file was deleted.

81 changes: 0 additions & 81 deletions dev/wig/groupAutoscale-button.html

This file was deleted.

71 changes: 0 additions & 71 deletions dev/wig/issue_1802.html

This file was deleted.

2 changes: 2 additions & 0 deletions dev/wig/smallWig.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

<body>

Verify that features are visible in whole genome view.

<div id="myDiv" style="padding-top: 50px;padding-bottom: 20px; height: auto">

</div>
Expand Down
44 changes: 0 additions & 44 deletions dev/wig/tdf.html

This file was deleted.

File renamed without changes.
Loading

0 comments on commit d0fee36

Please sign in to comment.