Skip to content

Commit

Permalink
Add config: MobiDB Glycine Rich and low complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Oct 28, 2024
1 parent 8913565 commit 6e4bd6b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions protein_feature_view/templates/protein_feature_view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,26 @@
includeCoords: true,
singular: 'MobiDBLite disordered region',
},
'MOBIDB-Glycine-rich': {
colour: '#628',
allowGaps: false,
helpText: 'MobiDBLite glycine rich disordered regions imported from InterPro',
includeCoords: true,
singular: 'MobiDBLite glycine rich disordered region',
},
'MOBIDB-Low-complexity': {
colour: '#18c',
allowGaps: false,
helpText: 'MobiDBLite low complexity disordered regions imported from InterPro',
includeCoords: true,
singular: 'MobiDBLite low complexity disordered region',
},
'MOBIDB-Polar': {
colour: '#465',
allowGaps: false,
helpText: 'MobiDBLite disordered regions imported from InterPro',
helpText: 'MobiDBLite polar disordered regions imported from InterPro',
includeCoords: true,
singular: 'MobiDBLite disordered region',
singular: 'MobiDBLite polar disordered region',
},
'MOBIDB-Negative-Polyelectrolyte': {
colour: '#098',
Expand All @@ -328,9 +342,9 @@
'MOBIDB-Proline-rich': {
colour: '#60e',
allowGaps: false,
helpText: 'MobiDBLite disordered regions imported from InterPro',
helpText: 'MobiDBLite proline rich disordered regions imported from InterPro',
includeCoords: true,
singular: 'MobiDBLite disordered region',
singular: 'MobiDBLite proline rich disordered region',
},
'NCBIfam': {
colour: '#69a',
Expand Down

0 comments on commit 6e4bd6b

Please sign in to comment.