Skip to content

Commit

Permalink
infer format for shoebox track
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 12, 2024
1 parent 195de66 commit afd31f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/shoebox/shoebox.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h1>Shoebox</h1>
tracks: [
{
"url": "https://www.dropbox.com/scl/fi/2tv6vnqqlfy6kxzahshwc/pseudobulk_14.bed?rlkey=ytrotr3v197k26pe2dettfgsr&dl=0",
"name": "pseudobulk 14",
"type": "shoebox",
"format": "shoebox"
// "name": "pseudobulk 14",
// "type": "shoebox",
// "format": "shoebox"
},
{
"name": "Homo sapiens HepG2 H3K4me3 ",
Expand Down
1 change: 1 addition & 0 deletions js/shoebox/shoeboxTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ShoeboxTrack extends TrackBase {

// Create featureSource
const configCopy = Object.assign({}, this.config)
configCopy.format = 'shoebox' // bit of a hack
this.featureSource = FeatureSource(configCopy, this.browser.genome)
}

Expand Down

0 comments on commit afd31f9

Please sign in to comment.