Skip to content

Commit

Permalink
Add config for "Conserved motifs" track
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Nov 11, 2024
1 parent 6cc0440 commit b96046e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,13 @@
includeCoords: true,
singular: 'SUPERFAMILY match',
},
'Conserved motifs': {
colour: '#e06',
allowGaps: false,
helpText: 'Conserved motifs curated by PomBase',
includeCoords: true,
singular: 'Conserved motif'
}
};

const modColours = {
Expand Down

0 comments on commit b96046e

Please sign in to comment.