Skip to content

Commit

Permalink
Configure glycosylation sites to look consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 13, 2024
1 parent 26b33db commit fafac7f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@
singular: 'Chain',
},
'Glycosylation sites': {
colour: '#a72',
colour: '#d6009e',
allowGaps: true,
displayType: 'pin',
helpText: 'Glycosylation sites imported from UniProt',
includeCoords: true,
singular: 'Glycosylation site',
Expand Down Expand Up @@ -353,7 +354,7 @@
trackId: track.name,
trackHeight,
trackColor: "#fcfcfc",
displayType: track.display_type,
displayType: typeConfig[track.name]?.displayType || track.display_type,
displayColor: typeConfig[track.name]?.colour || '#ba6',
rowTitle: track.name,
includeTooltip: false,
Expand Down

0 comments on commit fafac7f

Please sign in to comment.