diff --git a/protein_feature_view/templates/protein_feature_view/index.html b/protein_feature_view/templates/protein_feature_view/index.html index 0ae17da..6b161b7 100644 --- a/protein_feature_view/templates/protein_feature_view/index.html +++ b/protein_feature_view/templates/protein_feature_view/index.html @@ -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,