Skip to content

Commit

Permalink
Filter cytoband track from track menu (track hubs)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Feb 2, 2024
1 parent ee42e15 commit ad38d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ucsc/ucscHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ isPcr dynablat-01.soe.ucsc.edu 4040 dynamic GCF/000/186/305/GCF_000186305.1
// Organize track configs by group
const trackConfigMap = new Map()
for (let c of this.#getTracksConfigs()) {
if(c.name === "cytoBandIdeo") continue;
const groupName = c.group || "other"
if (trackConfigMap.has(groupName)) {
trackConfigMap.get(groupName).push(c)
Expand Down

0 comments on commit ad38d99

Please sign in to comment.