Skip to content

Commit

Permalink
Add transit peptide to feature viewer config
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 1, 2024
1 parent 2694127 commit 4f8f1f9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@
includeCoords: true,
singular: 'Signal peptide',
},
'Transit peptide': {
colour: '#e52',
allowGaps: true,
helpText: 'Transit peptide regions from UniProt',
includeCoords: true,
singular: 'Transit peptide',
},
'AA substitution positions': {
colour: '#f94',
allowGaps: true,
Expand Down

0 comments on commit 4f8f1f9

Please sign in to comment.