Skip to content

Commit

Permalink
Add binding and active sites config
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 2, 2024
1 parent 4f8f1f9 commit ec84429
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions protein_feature_view/templates/protein_feature_view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@
includeCoords: true,
singular: 'Transit peptide',
},
'Binding sites': {
colour: '#52e',
allowGaps: true,
helpText: 'Binding sites from UniProt',
includeCoords: true,
singular: 'Binding site',
},
'Active sites': {
colour: '#5e2',
allowGaps: true,
helpText: 'Active sites from UniProt',
includeCoords: true,
singular: 'Active sites',
},
'AA substitution positions': {
colour: '#f94',
allowGaps: true,
Expand Down

0 comments on commit ec84429

Please sign in to comment.