Skip to content

Commit

Permalink
Add chains and propeptides to feature viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 6, 2024
1 parent da8ce97 commit 9cc52e4
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 @@ -153,6 +153,20 @@
includeCoords: true,
singular: 'Turn',
},
'Propeptides': {
colour: '#a08',
allowGaps: true,
helpText: 'Propeptides imported from UniProt',
includeCoords: true,
singular: 'Propeptide',
},
'Chains': {
colour: '#b00',
allowGaps: true,
helpText: 'Chains imported from UniProt',
includeCoords: true,
singular: 'Chain',
},
'AA substitution positions': {
colour: '#f94',
allowGaps: true,
Expand Down

0 comments on commit 9cc52e4

Please sign in to comment.