Skip to content

Commit

Permalink
Use all tracks by default for a track hub, not just "genes"
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jul 23, 2024
1 parent ea4bd6e commit 27e2afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/genome/genomeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const GenomeUtils = {
try {
const hubURL = convertToHubURL(genomeID)
const hub = await Hub.loadHub(hubURL)
reference = hub.getGenomeConfig("genes")
reference = hub.getGenomeConfig()
} catch (e) {
console.error(e)
}
Expand Down

0 comments on commit 27e2afa

Please sign in to comment.