Skip to content

Commit

Permalink
Add lipidation sites to the protein viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Sep 10, 2024
1 parent 5923c29 commit 810cad2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@
includeCoords: true,
singular: 'Disulfide bond',
},
'Lipidation sites': {
colour: '#d6900e',
allowGaps: true,
displayType: 'pin',
helpText: 'Inferred lipidation sites imported from UniProt',
includeCoords: true,
singular: 'Inferred lipidation site',
},
'AA substitution positions': {
colour: '#f94',
allowGaps: true,
Expand Down

0 comments on commit 810cad2

Please sign in to comment.